diff --git a/CHANGELOG.md b/CHANGELOG.md index 849f0a68..5b99fa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ +## [v3.4.5](https://github.com/ash-project/ash/compare/v3.4.4...v3.4.5) (2024-09-05) + +### Bug Fixes: + +- [update actions] fix type definition for `atomic_upgrade_with` + ## [v3.4.4](https://github.com/ash-project/ash/compare/v3.4.3...v3.4.4) (2024-09-05) - - - ## [v3.4.3](https://github.com/ash-project/ash/compare/v3.4.2...v3.4.3) (2024-09-04) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index bc5c893c..04de7fe1 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.4" + @version "3.4.5" def project do [