chore: release version v0.22.6

This commit is contained in:
Zach Daniel 2023-02-09 01:11:22 -05:00
parent c6d06f2347
commit 7dc7fdf96b
2 changed files with 24 additions and 1 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.22.6](https://github.com/ash-project/ash_graphql/compare/v0.22.5...v0.22.6) (2023-02-09)
### Bug Fixes:
* properly fetch all global enum types
* properly delete environment on exit
* map uuid action arguments to ID type (#52)
### Improvements:
* make filter & sort generation optional
* add `more?` (as `has_next_page`) to pagination info
* support metadata on read actions
* unwrap forbidden errors, instead of reporting on the whole
## [v0.22.5](https://github.com/ash-project/ash_graphql/compare/v0.22.4...v0.22.5) (2023-02-09)

View file

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