chore: release version v0.22.0

This commit is contained in:
Zach Daniel 2020-09-23 21:05:05 -04:00
parent 5004b2f380
commit 89e4761c50
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[