From b6c3f3e28a060c71c1c679987d58d481257ae52c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 5 Apr 2021 13:45:25 -0400 Subject: [PATCH] chore: release version v0.15.0 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf8402..010aa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.15.0](https://github.com/ash-project/ash_graphql/compare/v0.14.1...v0.15.0) (2021-04-05) +### Breaking Changes: + +* fully remove relationship changes + + + ## [v0.14.1](https://github.com/ash-project/ash_graphql/compare/v0.14.0...v0.14.1) (2021-04-05) diff --git a/mix.exs b/mix.exs index 73ed1a3..f88b74f 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.14.1" + @version "0.15.0" def project do [