chore: release version v0.26.9

This commit is contained in:
Zach Daniel 2024-01-12 14:34:33 -05:00
parent 067057b4db
commit 840230c110
3 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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
[