diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5bfd73..17d611ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide +## [v2.4.10](https://github.com/ash-project/ash_postgres/compare/v2.4.9...v2.4.10) (2024-10-23) + + + + +### Bug Fixes: + +* when an atomic update is fully skipped, run the query if it could produce errors + +* run any query that could produce errors when performing atomic upgrade + +* race condition compiling migrations when concurrently creating new tenants (#406) + ## [v2.4.9](https://github.com/ash-project/ash_postgres/compare/v2.4.8...v2.4.9) (2024-10-16) diff --git a/mix.exs b/mix.exs index 9826789a..54405e26 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.4.9" + @version "2.4.10" def project do [