Skip to content

Commit fe62a09

Browse files
committed
chore: release version v2.4.10
1 parent 0570dcc commit fe62a09

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
55

66
<!-- changelog -->
77

8+
## [v2.4.10](https://github.com/ash-project/ash_postgres/compare/v2.4.9...v2.4.10) (2024-10-23)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* when an atomic update is fully skipped, run the query if it could produce errors
16+
17+
* run any query that could produce errors when performing atomic upgrade
18+
19+
* race condition compiling migrations when concurrently creating new tenants (#406)
20+
821
## [v2.4.9](https://github.com/ash-project/ash_postgres/compare/v2.4.8...v2.4.9) (2024-10-16)
922

1023

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
55
The PostgreSQL data layer for Ash Framework
66
"""
77

8-
@version "2.4.9"
8+
@version "2.4.10"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)