diff --git a/CHANGELOG.md b/CHANGELOG.md index b82f9b0..0d59f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 7e13667..289d2c3 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [