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,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v1.6.1] ( https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.2...v1.6.1 ) (2026-03-17)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * content-negotiation: correct 406 and 415 error mapping (#418 ) by Victor [ (#418 )] ( https://github.com/ash-project/ash_json_api/pull/418 )
22+
23+ * extract params from routes for GET actions (#416 ) by ascogeno [ (#416 )] ( https://github.com/ash-project/ash_json_api/pull/416 )
24+
1425## [ v1.6.0-rc.2] ( https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.1...v1.6.0-rc.2 ) (2026-03-02)
1526
1627
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.0-rc.2 "
12+ @ version "1.6.1 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments