chore: release version v0.6.3

This commit is contained in:
Zach Daniel 2020-11-11 23:04:56 -05:00
parent 5b7626c28f
commit 0a056bcd51
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.3](https://github.com/ash-project/ash_graphql/compare/v0.6.2...v0.6.3) (2020-11-12)
### Bug Fixes:
* correct sorting enum/args list
### Improvements:
* create input honors required relationships
* add more NonNulls
## [v0.6.2](https://github.com/ash-project/ash_graphql/compare/v0.6.1...v0.6.2) (2020-11-06)

View file

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