diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afeae9..c0009fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.10.0](https://github.com/ash-project/ash_graphql/compare/v0.9.5...v0.10.0) (2021-01-12) + + + + +### Features: + +* support embedded resources + ## [v0.9.5](https://github.com/ash-project/ash_graphql/compare/v0.9.4...v0.9.5) (2021-01-08) diff --git a/mix.exs b/mix.exs index 172b7e8..a8df38d 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.9.5" + @version "0.10.0" def project do [