From 8e9e83dafe74cf6c974fb9d7d5869c8ca95d4de7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 21 Oct 2024 10:53:46 -0400 Subject: [PATCH] chore: release version v1.4.1 --- 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 2379d81e..18555597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.4.1](https://github.com/ash-project/ash_graphql/compare/v1.4.0...v1.4.1) (2024-10-21) + + + + +### Bug Fixes: + +* honor argument_names configuration for read & generic actions + +### Improvements: + +* remove unused data in subscription batcher (#227) + ## [v1.4.0](https://github.com/ash-project/ash_graphql/compare/v1.3.4...v1.4.0) (2024-10-09) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 0b24ad27..5a3e9c72 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -22,7 +22,7 @@ mix igniter.install ash_graphql def deps() [ ... - {:ash_graphql, "~> 1.4.0"} + {:ash_graphql, "~> 1.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index e6c23bbd..b1bb2bdb 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do The extension for building GraphQL APIs with Ash """ - @version "1.4.0" + @version "1.4.1" def project do [