chore: release version v0.6.2

This commit is contained in:
Zach Daniel 2020-11-05 22:12:51 -05:00
parent 74ad0149ec
commit c1187ee964
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.2](https://github.com/ash-project/ash_graphql/compare/v0.6.1...v0.6.2) (2020-11-06)
### Bug Fixes:
* allow null sorts
## [v0.6.1](https://github.com/ash-project/ash_graphql/compare/v0.6.0...v0.6.1) (2020-11-06)

View file

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