chore: release version v0.26.1

This commit is contained in:
Zach Daniel 2023-09-15 13:53:37 -04:00
parent 49c6534d73
commit 96b202221f
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.1](https://github.com/ash-project/ash_graphql/compare/v0.26.0...v0.26.1) (2023-09-15)
### Bug Fixes:
* handle nested array types
### Improvements:
* generic action support
## [v0.26.0](https://github.com/ash-project/ash_graphql/compare/v0.25.14...v0.26.0) (2023-08-30)

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

View file

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