chore: release version v0.7.0

This commit is contained in:
Zach Daniel 2020-11-18 02:15:43 -05:00
parent 37d0b6534d
commit d7fcd3c98e
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.7.0](https://github.com/ash-project/ash_graphql/compare/v0.6.3...v0.7.0) (2020-11-18)
### Features:
* Support configuring identities (#8)
* support using identities for gets
## [v0.6.3](https://github.com/ash-project/ash_graphql/compare/v0.6.2...v0.6.3) (2020-11-12)

View file

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