From 03f983340e6280bdd27d20f033da3c3d3e8ab544 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 4 Jul 2021 16:45:56 -0400 Subject: [PATCH] chore: release version v0.16.21 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17585a8..44f8ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.16.21](https://github.com/ash-project/ash_graphql/compare/v0.16.20...v0.16.21) (2021-07-04) + + + + +### Improvements: + +* support latest ash + ## [v0.16.20](https://github.com/ash-project/ash_graphql/compare/v0.16.19...v0.16.20) (2021-07-02) diff --git a/mix.exs b/mix.exs index b5dc832..15f181a 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.20" + @version "0.16.21" def project do [