chore: release version v0.9.4

This commit is contained in:
Zach Daniel 2020-12-30 18:00:46 -05:00
parent 6f5b081f03
commit dd29e3c489
2 changed files with 10 additions and 1 deletions

View file

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

View file

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