Skip to content

Commit 9f194c3

Browse files
committed
chore: release version v1.6.2
1 parent 1051c58 commit 9f194c3

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.6.2](https://github.com/ash-project/ash_json_api/compare/v1.6.1...v1.6.2) (2026-03-22)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* handle wrapper errors with empty inner errors list (#423) by [@barnabasJ](https://github.com/barnabasJ) [(#423)](https://github.com/ash-project/ash_json_api/pull/423)
22+
23+
### Improvements:
24+
25+
* support the new `public?` option on actions by [@zachdaniel](https://github.com/zachdaniel)
26+
1427
## [v1.6.1](https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.2...v1.6.1) (2026-03-17)
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.6.1"
12+
@version "1.6.2"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)