From 7511ac7aaf2f538f458c96dce0888d87b5da08e6 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 28 Mar 2021 13:44:11 -0400 Subject: [PATCH] chore: release version v1.37.1 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47948c5f9..dfce0faf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.37.1](https://github.com/ash-project/ash/compare/v1.37.0...v1.37.1) (2021-03-28) + + + + +### Bug Fixes: + +* fix required relationships and add test + +* fix required relationships + +* various managed_relationship fixes + ## [v1.37.0](https://github.com/ash-project/ash/compare/v1.36.22...v1.37.0) (2021-03-25) diff --git a/mix.exs b/mix.exs index addd0adc2..1f5df29c1 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.37.0" + @version "1.37.1" def project do [