From 672ae52c9e8d0914120c1b0b9f669038c8b18693 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 28 Oct 2020 02:19:41 -0400 Subject: [PATCH] chore: release version v0.5.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb832c8..301f398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 7066854..ad3c0e9 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [