chore: release version v0.16.2

This commit is contained in:
Zach Daniel 2021-04-27 01:06:53 -04:00
parent 1cef0d300a
commit 2d76886535
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.16.2](https://github.com/ash-project/ash_graphql/compare/v0.16.1...v0.16.2) (2021-04-27)
### Bug Fixes:
* only `isNil` is supported for array filters for now
## [v0.16.1](https://github.com/ash-project/ash_graphql/compare/v0.16.0...v0.16.1) (2021-04-26)

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.16.1"
@version "0.16.2"
def project do
[