diff --git a/CHANGELOG.md b/CHANGELOG.md index 3093ab0..b970273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate + +## [0.3.1] - 2022-4-11 Fix: Nested filter breaks without load option Add: Included `load_path` on sort and filter error types to show which subquery these errors belong to @@ -21,5 +23,6 @@ Add: Included `load_path` on sort and filter error types to show which subquery * Initial release -[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/enewbury/quarry/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/enewbury/quarry/compare/v0.2.1...v0.3.0 diff --git a/README.md b/README.md index 0357767..a61de36 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The package can be installed by adding `quarry` to your list of dependencies in ```elixir def deps do [ - {:quarry, "~> 0.3.0"} + {:quarry, "~> 0.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 79be724..e4bf016 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Quarry.MixProject do use Mix.Project - @version "0.3.0" + @version "0.3.1" @source_url "https://github.com/enewbury/quarry" def project do