diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0f08d29..0fd75383e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [v3.4.41](https://github.com/ash-project/ash/compare/v3.4.40...v3.4.41) (2024-11-05) + + + + +### Bug Fixes: + +* don't double wrap casted struct instances in `{:ok, {:ok, ...}}` + +* support mixed key types in input maps for structs + +### Improvements: + +* more error context + ## [v3.4.40](https://github.com/ash-project/ash/compare/v3.4.39...v3.4.40) (2024-11-04) diff --git a/mix.exs b/mix.exs index cfc1f013c..d8e906a47 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.40" + @version "3.4.41" def project do [