chore: release version v0.15.1

This commit is contained in:
Zach Daniel 2021-04-05 14:41:50 -04:00
parent 6ae8715a13
commit 11aa74f4df
2 changed files with 14 additions and 1 deletions

View file

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

View file

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