diff --git a/CHANGELOG.md b/CHANGELOG.md index be13bd5..422055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.28.1](https://github.com/ash-project/ash_graphql/compare/v0.28.0...v0.28.1) (2024-04-23) + + + + +### Bug Fixes: + +* properly tag union input types + +* accept input object for destroy mutations + ## [v0.28.0](https://github.com/ash-project/ash_graphql/compare/v0.27.1...v0.28.0) (2024-03-30) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 5fd1171..579752e 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/ def deps() [ ... - {:ash_graphql, "~> 0.28.0"} + {:ash_graphql, "~> 0.28.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 2dc241b..95e0f2d 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.28.0" + @version "0.28.1" def project do [