Skip to content

Commit bf98d93

Browse files
committed
chore: release version v1.5.1
1 parent 10878f6 commit bf98d93

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v1.5.1](https://github.com/ash-project/ash_json_api/compare/v1.5.0...v1.5.1) (2025-11-19)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* ensure action inputs are sorted by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* fixing keyerror in GET /:id with includes (#400) by srikanthkyatham [(#400)](https://github.com/ash-project/ash_json_api/pull/400)
24+
25+
* fixing keyerror in GET /:id with includes by srikanthkyatham [(#400)](https://github.com/ash-project/ash_json_api/pull/400)
26+
1427
## [v1.5.0](https://github.com/ash-project/ash_json_api/compare/v1.4.45...v1.5.0) (2025-11-05)
1528

1629

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.5.0"
12+
@version "1.5.1"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)