diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b00394e..d9db14994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## [v3.4.29](https://github.com/ash-project/ash/compare/v3.4.28...v3.4.29) (2024-10-13) + + + + +### Bug Fixes: + +* clear change from atomics as well + +* update spark for spark.formatter fixes + +* properly invoke notify callback in read actions + +### Improvements: + +* better ergonomics for atomic updates + +* add `private_arguments` option + +* validate `Ash.ActionInput.for_action` opts + +* allow additional callbacks in `Ash.Type.NewType` + ## [v3.4.28](https://github.com/ash-project/ash/compare/v3.4.27...v3.4.28) (2024-10-10) ### Improvements: diff --git a/mix.exs b/mix.exs index 813365c12..96569cd02 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Ash.MixProject do A declarative, extensible framework for building Elixir applications. """ - @version "3.4.28" + @version "3.4.29" def project do [