From 08293dd8462492f9f38acdd10ca181aeb0af229d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 27 Dec 2022 18:25:41 -0500 Subject: [PATCH] chore: release version v2.4.30 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f74eece..d674d592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.30](https://github.com/ash-project/ash/compare/v2.4.29...v2.4.30) (2022-12-27) + + + + +### Bug Fixes: + +* calculation builder using wrong builder + +### Improvements: + +* add `simple_notifiers` as a compile time optimization + ## [v2.4.29](https://github.com/ash-project/ash/compare/v2.4.28...v2.4.29) (2022-12-27) diff --git a/mix.exs b/mix.exs index b63c32ac..cf8bcce7 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.4.29" + @version "2.4.30" def project do [