From 2d76886535c027405b36b64565242bbd867f14d1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 27 Apr 2021 01:06:53 -0400 Subject: [PATCH] chore: release version v0.16.2 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89c5a7..63515fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index f9b4278..6cb48a3 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [