Skip to content

Commit defb1db

Browse files
committed
chore: release version v2.6.24
1 parent 7b67d31 commit defb1db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v2.6.24](https://github.com/ash-project/ash_postgres/compare/v2.6.23...v2.6.24) (2025-10-30)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* handle results that can't be mapped to the changeset in bulk_create (#638) by Barnabas Jovanovics
22+
23+
* handle results that can't be mapped to the changeset in bulk_create by Barnabas Jovanovics
24+
25+
### Improvements:
26+
27+
* remove unused bulk operation metadata function & update ash by Zach Daniel
28+
1429
## [v2.6.23](https://github.com/ash-project/ash_postgres/compare/v2.6.22...v2.6.23) (2025-10-15)
1530

1631

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.23"
12+
@version "2.6.24"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)