diff --git a/CHANGELOG.md b/CHANGELOG.md index baeb0e1..f06903c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.1](https://github.com/ash-project/ash_graphql/compare/v1.3.0...v1.3.1) (2024-08-02) + + + + +### Bug Fixes: + +* use `.has_expression?/0` instead of `function_exported?/3` + +* error handling list of atoms (#204) + +* error handling list of atoms + ## [v1.3.0](https://github.com/ash-project/ash_graphql/compare/v1.2.1...v1.3.0) (2024-08-01) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 884bc3d..296d183 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.3.0"} + {:ash_graphql, "~> 1.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 39683ec..f1b7132 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.3.0" + @version "1.3.1" def project do [