diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac933d..ac97bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.4](https://github.com/ash-project/ash_graphql/compare/v0.9.3...v0.9.4) (2020-12-30) + + + + +### Bug Fixes: + +* `in` enum filters should be instances of the enum + ## [v0.9.3](https://github.com/ash-project/ash_graphql/compare/v0.9.2...v0.9.3) (2020-12-30) diff --git a/mix.exs b/mix.exs index 04fb6f4..04926f6 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.9.3" + @version "0.9.4" def project do [