chore: release version v0.17.0

This commit is contained in:
Zach Daniel 2021-11-13 14:12:43 -05:00
parent 2348d97534
commit 8457a9cfd4
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.17.0](https://github.com/ash-project/ash_graphql/compare/v0.16.28...v0.17.0) (2021-11-13)
### Features:
* more configurable error behavior
### Bug Fixes:
* pass calculation to field type (#29)
* fix `get` resolver not_found message
* authorize reads before destroy
* return error when get is nil w/ allow_nil? == false
* select in the new after_action hook, for calculations
* fix changeset.errors on destroy (#26)
## [v0.16.28](https://github.com/ash-project/ash_graphql/compare/v0.16.27...v0.16.28) (2021-09-07)

View file

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