chore: release version v0.3.0

This commit is contained in:
Zach Daniel 2020-09-23 21:04:05 -04:00
parent d0e3a2c02e
commit 304d504ae3
No known key found for this signature in database
GPG key ID: C377365383138D4B
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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
[