Skip to content

Commit 081a217

Browse files
committed
chore: release version v1.6.3
1 parent 256fca7 commit 081a217

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v1.6.3](https://github.com/ash-project/ash_json_api/compare/v1.6.2...v1.6.3) (2026-03-23)
15+
16+
17+
18+
19+
### Improvements:
20+
21+
* support `field? :false` calculations by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* handle Reactor.Error.Invalid.RunStepError in error conversion (#424) by [@Torkan](https://github.com/Torkan) [(#424)](https://github.com/ash-project/ash_json_api/pull/424)
24+
1425
## [v1.6.2](https://github.com/ash-project/ash_json_api/compare/v1.6.1...v1.6.2) (2026-03-22)
1526

1627

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.2"
12+
@version "1.6.3"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)