diff --git a/CHANGELOG.md b/CHANGELOG.md index 7815870..1efb12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.22.1](https://github.com/ash-project/ash_graphql/compare/v0.22.0...v0.22.1) (2022-11-29) + + + + +### Improvements: + +* update to latest ash, fix incorrect behaviour + ## [v0.20.4](https://github.com/ash-project/ash_graphql/compare/v0.20.3...v0.20.4) (2022-11-22) diff --git a/mix.exs b/mix.exs index 3ff526c..8479cf2 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.20.4" + @version "0.22.1" def project do [