diff --git a/CHANGELOG.md b/CHANGELOG.md index 64df8a0..893f7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.9](https://github.com/ash-project/ash_graphql/compare/v0.26.8...v0.26.9) (2024-01-12) + + + + +### Bug Fixes: + +* properly transform not found errors + +* respond with proper error on not found for `get` + +### Improvements: + +* handle `nil` parent + ## [v0.26.8](https://github.com/ash-project/ash_graphql/compare/v0.26.7...v0.26.8) (2023-12-04) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 341eeff..ecef21d 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.8"} + {:ash_graphql, "~> 0.26.9"} ] end ``` diff --git a/mix.exs b/mix.exs index 423d178..0a3bce0 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.8" + @version "0.26.9" def project do [