Skip to content

Commit d011d0e

Browse files
committed
chore: release version v2.6.22
1 parent 10fa4c9 commit d011d0e

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
@@ -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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)