File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff 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
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.23 "
12+ @ version "2.6.24 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments