From bb2e6222dc6fc08c8fa7d7a24694b95b24a3738a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 14 May 2021 01:08:48 -0400 Subject: [PATCH] chore: release version v1.44.0 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8893bc5c..429ab61f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.44.0](https://github.com/ash-project/ash/compare/v1.43.12...v1.44.0) (2021-05-14) + + + + +### Features: + +* `on_no_match: :match` supported for to_one rels + +### Bug Fixes: + +* rename `context` -> `relationship_context` to avoid conflict + +### Improvements: + +* various managed relationship improvements + ## [v1.43.12](https://github.com/ash-project/ash/compare/v1.43.11...v1.43.12) (2021-05-11) diff --git a/mix.exs b/mix.exs index 03a28e99e..7394627bf 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.43.12" + @version "1.44.0" def project do [