Skip to content

Commit

Permalink
chore: release version v2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 23, 2024
1 parent 0570dcc commit fe62a09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit fe62a09

Please sign in to comment.