diff --git a/CHANGELOG.md b/CHANGELOG.md index 5573282..d1e48b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.0](https://github.com/ash-project/ash_graphql/compare/v0.2.1...v0.3.0) (2020-09-24) + + + + +### Features: + +* rewrite with dataloader + +* rewrite with dataloader + +### Bug Fixes: + +* use module name specific to the api + +* support booleans + ## [v0.2.1](https://github.com/ash-project/ash_graphql/compare/v0.2.0...v0.2.1) (2020-08-26) diff --git a/README.md b/README.md index 220035e..f09ebf5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ by adding `ash_graphql` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_graphql, "~> 0.2.1"} + {:ash_graphql, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e32297d..5ce30f7 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.2.1" + @version "0.3.0" def project do [