Skip to content

Commit ed60feb

Browse files
committed
chore: release version v1.7.0
1 parent 246fb4f commit ed60feb

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v1.7.0](https://github.com/ash-project/ash_json_api/compare/v1.6.6...v1.7.0) (2026-06-23)
15+
16+
17+
18+
19+
### Features:
20+
21+
* Add field visibility DSL (#440) by olivermt [(#440)](https://github.com/ash-project/ash_json_api/pull/440)
22+
23+
### Bug Fixes:
24+
25+
* Apply field_names mapping to OpenAPI filter schema (#444) by [@barnabasJ](https://github.com/barnabasJ) [(#444)](https://github.com/ash-project/ash_json_api/pull/444)
26+
27+
* Filter hidden fields from result when using the field hiding dsl (#442) by olivermt [(#442)](https://github.com/ash-project/ash_json_api/pull/442)
28+
29+
### Improvements:
30+
31+
* serialize non-resource-structs by [@zachdaniel](https://github.com/zachdaniel)
32+
1433
## [v1.6.6](https://github.com/ash-project/ash_json_api/compare/v1.6.5...v1.6.6) (2026-05-21)
1534

1635

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.6"
12+
@version "1.7.0"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)