File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111
1212<!-- changelog -->
1313
14+ ## [ v2.6.22] ( https://github.com/ash-project/ash_postgres/compare/v2.6.21...v2.6.22 ) (2025-10-14)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * return skipped upserts in bulk_create (#626 ) by Barnabas Jovanovics
22+
23+ ### Improvements:
24+
25+ * leverage new aggregate loading optimization by Zach Daniel
26+
1427## [ v2.6.21] ( https://github.com/ash-project/ash_postgres/compare/v2.6.20...v2.6.21 ) (2025-10-10)
1528
1629
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99 The PostgreSQL data layer for Ash Framework
1010 """
1111
12- @ version "2.6.21 "
12+ @ version "2.6.22 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments