From 11aa74f4dfec284a53a08beeada59a3dc3bef7b7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 5 Apr 2021 14:41:50 -0400 Subject: [PATCH] chore: release version v0.15.1 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010aa6d..f570913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.15.1](https://github.com/ash-project/ash_graphql/compare/v0.15.0...v0.15.1) (2021-04-05) + + + + +### Bug Fixes: + +* fully remove relationship changes + +### Improvements: + +* support `upsert?: true` flag on `create` + ## [v0.15.0](https://github.com/ash-project/ash_graphql/compare/v0.14.1...v0.15.0) (2021-04-05) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index f88b74f..50334db 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.15.0" + @version "0.15.1" def project do [