chore: release version v0.26.6

This commit is contained in:
Zach Daniel 2023-10-06 13:52:54 -04:00
parent 34fd313901
commit 65778a1e1f
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.26.6](https://github.com/ash-project/ash_graphql/compare/v0.26.5...v0.26.6) (2023-10-06)
### Bug Fixes:
* generic action mutations need to use the input object
### Improvements:
* make the node in relay edges non-null (#95)
## [v0.26.5](https://github.com/ash-project/ash_graphql/compare/v0.26.4...v0.26.5) (2023-10-02)

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.5"}
{:ash_graphql, "~> 0.26.6"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.26.5"
@version "0.26.6"
def project do
[