chore: release version v0.16.5

This commit is contained in:
Zach Daniel 2021-05-01 16:40:05 -04:00
parent 98f76fa28d
commit 814f94dc54
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.16.5](https://github.com/ash-project/ash_graphql/compare/v0.16.4...v0.16.5) (2021-05-01)
### Bug Fixes:
* error rendering some paginated results
* ensure id is required after belongs_to attribute
* don't require input types for filters
## [v0.16.4](https://github.com/ash-project/ash_graphql/compare/v0.16.3...v0.16.4) (2021-04-28)

View file

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