From 6b9776a7fb363bf698bb2d85d126fd3317050b02 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 17 May 2022 12:28:36 -0400 Subject: [PATCH] chore: release version v1.52.0-rc.4 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42c9af6..8d502675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.52.0-rc.4](https://github.com/ash-project/ash/compare/v1.52.0-rc.3...v1.52.0-rc.4) (2022-05-17) + + + + +### Bug Fixes: + +* run after_action in create properly + ## [v1.52.0-rc.3](https://github.com/ash-project/ash/compare/v1.52.0-rc.2...v1.52.0-rc.3) (2022-05-17) diff --git a/mix.exs b/mix.exs index 8891fe9f..827f2ea6 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.52.0-rc.3" + @version "1.52.0-rc.4" def project do [