diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e10bf279..a75f32cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v3.4.35](https://github.com/ash-project/ash/compare/v3.4.34...v3.4.35) (2024-10-22) + + + + +### Bug Fixes: + +* allow optional code interface args for fields with defaults + +* don't rewrite all attributes to atomics + +* write all attributes to atomics list before dispatching to data layer on update query + +* remove multichar aliases from `mix ash.gen.resource` + +* check nil before calling Decimal.eq? in Type.Decimal.equal? (#1538) + ## [v3.4.34](https://github.com/ash-project/ash/compare/v3.4.33...v3.4.34) (2024-10-21) diff --git a/mix.exs b/mix.exs index 87a9af954..8971dd902 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.34" + @version "3.4.35" def project do [