chore: release version v0.5.0

This commit is contained in:
Zach Daniel 2020-10-28 02:19:41 -04:00
parent 63bb1af64f
commit 672ae52c9e
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.5.0](https://github.com/ash-project/ash_graphql/compare/v0.4.0...v0.5.0) (2020-10-28)
### Features:
* support multitenancy (#7)
## [v0.4.0](https://github.com/ash-project/ash_graphql/compare/v0.3.2...v0.4.0) (2020-10-10)

View file

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