From ec3b74766785bc9b1034aa76ef539565ed96fa8a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 17 Sep 2023 19:34:56 -0400 Subject: [PATCH] chore: release version v0.26.2 --- CHANGELOG.md | 9 +++++++++ documentation/tutorials/getting-started-with-graphql.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafc2fb8..b53424b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.2](https://github.com/ash-project/ash_graphql/compare/v0.26.1...v0.26.2) (2023-09-17) + + + + +### Bug Fixes: + +* fix an issue w/ matching on actions in resolver + ## [v0.26.1](https://github.com/ash-project/ash_graphql/compare/v0.26.0...v0.26.1) (2023-09-15) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index ee0be2dd..2c415034 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.1"} + {:ash_graphql, "~> 0.26.2"} ] end ``` diff --git a/mix.exs b/mix.exs index ac628319..50acc636 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.1" + @version "0.26.2" def project do [