From 65778a1e1fb5c68e84bfe2bea2443a2c159ee689 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 6 Oct 2023 13:52:54 -0400 Subject: [PATCH] chore: release version v0.26.6 --- CHANGELOG.md | 13 +++++++++++++ .../tutorials/getting-started-with-graphql.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6562ded..ff802fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.6](https://github.com/ash-project/ash_graphql/compare/v0.26.5...v0.26.6) (2023-10-06) + + + + +### Bug Fixes: + +* generic action mutations need to use the input object + +### Improvements: + +* make the node in relay edges non-null (#95) + ## [v0.26.5](https://github.com/ash-project/ash_graphql/compare/v0.26.4...v0.26.5) (2023-10-02) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 13a7011..b434078 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.26.5"} + {:ash_graphql, "~> 0.26.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 4fbf3a0..115174a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.26.5" + @version "0.26.6" def project do [