Skip to content

Commit abe7dd0

Browse files
committed
chore: release version v1.6.5
1 parent 5e24ade commit abe7dd0

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v1.6.5](https://github.com/ash-project/ash_json_api/compare/v1.6.4...v1.6.5) (2026-04-13)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* remove '0' bulk index in error source pointers (#430) by gcugnet
22+
23+
## [v1.6.5](https://github.com/ash-project/ash_json_api/compare/v1.6.4...v1.6.5) (2026-04-13)
24+
25+
26+
27+
28+
### Bug Fixes:
29+
30+
* remove '0' bulk index in error source pointers (#430) by gcugnet
31+
1432
## [v1.6.4](https://github.com/ash-project/ash_json_api/compare/v1.6.3...v1.6.4) (2026-03-27)
1533

1634

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshJsonApi.MixProject do
99
The JSON:API extension for the Ash Framework.
1010
"""
1111

12-
@version "1.6.4"
12+
@version "1.6.5"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)