diff --git a/CHANGELOG.md b/CHANGELOG.md index a203f5e..3cfc562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.3](https://github.com/ash-project/ash_graphql/compare/v1.3.2...v1.3.3) (2024-08-26) + + + + +### Bug Fixes: + +* append new domain to list when extending + ## [v1.3.2](https://github.com/ash-project/ash_graphql/compare/v1.3.1...v1.3.2) (2024-08-16) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 5e9a1e4..76091af 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.2"} + {:ash_graphql, "~> 1.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 419d10f..bce3a60 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.2" + @version "1.3.3" def project do [