File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v1.6.6] ( https://github.com/ash-project/ash_json_api/compare/v1.6.5...v1.6.6 ) (2026-05-21)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * handle Union types in serialization by [ @zachdaniel ] ( https://github.com/zachdaniel )
22+
23+ * honor read action on related routes by [ @zachdaniel ] ( https://github.com/zachdaniel )
24+
25+ ### Improvements:
26+
27+ * Expand page metadata with limit/offset (#434 ) by Kenneth Kostrešević [ (#434 )] ( https://github.com/ash-project/ash_json_api/pull/434 )
28+
1429## [ v1.6.5] ( https://github.com/ash-project/ash_json_api/compare/v1.6.4...v1.6.5 ) (2026-04-13)
1530
1631
Original file line number Diff line number Diff 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.5 "
12+ @ version "1.6.6 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments