Skip to content

Commit 7bbd29c

Browse files
committed
chore: release version v1.6.0-rc.0
1 parent 871f3de commit 7bbd29c

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v1.6.0-rc.0](https://github.com/ash-project/ash_json_api/compare/v1.5.1...v1.6.0-rc.0) (2026-03-02)
15+
16+
17+
18+
19+
### Features:
20+
21+
* add field mapping utilities by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* add config to use correct `object` type for filter schemas by olivermt [(#413)](https://github.com/ash-project/ash_json_api/pull/413)
24+
25+
### Bug Fixes:
26+
27+
* object type + config for backwards compat + a regression in deps update (#413) by olivermt [(#413)](https://github.com/ash-project/ash_json_api/pull/413)
28+
29+
* BadMapError when page param is not using bracket notation (#407) by olivermt [(#407)](https://github.com/ash-project/ash_json_api/pull/407)
30+
31+
* Add with_all_related_resources to resource schemas (#406) by m0rt3nlund [(#406)](https://github.com/ash-project/ash_json_api/pull/406)
32+
33+
### Improvements:
34+
35+
* add an `error_handler` option by [@zachdaniel](https://github.com/zachdaniel)
36+
1437
## [v1.5.1](https://github.com/ash-project/ash_json_api/compare/v1.5.0...v1.5.1) (2025-11-19)
1538

1639

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.5.1"
12+
@version "1.6.0-rc.0"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)