Skip to content

Commit 846c560

Browse files
committed
chore: release version v1.4.36
1 parent aee00f6 commit 846c560

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v1.4.36](https://github.com/ash-project/ash_json_api/compare/v1.4.35...v1.4.36) (2025-06-25)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* expect fields in meta by [@zachdaniel](https://github.com/zachdaniel)
16+
17+
* handle relationship inputs w/o `id` in them by [@zachdaniel](https://github.com/zachdaniel)
18+
19+
* improve error handling around invalid relationship inputs by [@zachdaniel](https://github.com/zachdaniel)
20+
21+
* fix pattern match error while validating relationship inputs by [@zachdaniel](https://github.com/zachdaniel)
22+
823
## [v1.4.35](https://github.com/ash-project/ash_json_api/compare/v1.4.34...v1.4.35) (2025-06-18)
924

1025

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
55
The JSON:API extension for the Ash Framework.
66
"""
77

8-
@version "1.4.35"
8+
@version "1.4.36"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)