diff --git a/CHANGELOG.md b/CHANGELOG.md index efc134e..1c5de5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.22.0](https://github.com/ash-project/ash_postgres/compare/v0.21.0...v0.22.0) (2020-09-24) + + + + +### Features: + +* fix error when filtering with `true` + +### Bug Fixes: + +* broken types for `in` operator + ## [v0.21.0](https://github.com/ash-project/ash_postgres/compare/v0.20.1...v0.21.0) (2020-09-19) diff --git a/mix.exs b/mix.exs index 3c36c95..d3069ee 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.21.0" + @version "0.22.0" def project do [