diff --git a/CHANGELOG.md b/CHANGELOG.md index 9701747e..58d04f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v3.0.12](https://github.com/ash-project/ash/compare/v3.0.11...v3.0.12) (2024-06-14) + + + + +### Bug Fixes: + +* fix expression interpolation for cast_atomic for integer, decimal, float + +* set default argument values on generic actions + +* support `^arg/1` and similar constructions in filter policies on generic actions + +### Improvements: + +* set a `module` when validating accepts + ## [v3.0.11](https://github.com/ash-project/ash/compare/v3.0.10...v3.0.11) (2024-06-11) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index dbf18397..a01fff2d 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.0.11" + @version "3.0.12" def project do [