From d485f5378f4f2c12d7005696ffa1449dd104e1e9 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 2 Oct 2023 14:52:51 -0400 Subject: [PATCH] chore: release version v0.26.5 --- 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 ebe856b2..6562deda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.5](https://github.com/ash-project/ash_graphql/compare/v0.26.4...v0.26.5) (2023-10-02) + + + + +### Bug Fixes: + +* don't access `.pagination` on generic action + ## [v0.26.4](https://github.com/ash-project/ash_graphql/compare/v0.26.3...v0.26.4) (2023-10-01) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 73da549b..13a70111 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.4"} + {:ash_graphql, "~> 0.26.5"} ] end ``` diff --git a/mix.exs b/mix.exs index fd8fc4a3..4fbf3a0d 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.4" + @version "0.26.5" def project do [