Skip to content

Commit da46b4e

Browse files
committed
chore: release version v1.6.4
1 parent 3881c06 commit da46b4e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v1.6.4](https://github.com/ash-project/ash_json_api/compare/v1.6.3...v1.6.4) (2026-03-27)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* don't accept private arguments over JSON:API endpoints by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* fix pagination for JSON:API related routes (#425) by Dgoz101 [(#425)](https://github.com/ash-project/ash_json_api/pull/425)
24+
25+
### Improvements:
26+
27+
* support mapping join resource keys to meta (#419) by lincolnhuls [(#419)](https://github.com/ash-project/ash_json_api/pull/419)
28+
1429
## [v1.6.3](https://github.com/ash-project/ash_json_api/compare/v1.6.2...v1.6.3) (2026-03-23)
1530

1631

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.3"
12+
@version "1.6.4"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)