Skip to content

Commit c0258eb

Browse files
committed
chore: release version v1.3.7
1 parent cec3fb1 commit c0258eb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v1.3.7](https://github.com/ash-project/ash_json_api/compare/v1.3.6...v1.3.7) (2024-07-15)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* relationship resource identifiers don't need to check the `id` type
16+
17+
* properly reference related record in linkage
18+
19+
* escape `modify_open_api_schema` option since it can be a 3/tuple
20+
21+
* handle unknown errors in `log_errors/2`
22+
23+
* ensure id is always coming back as a string
24+
825
## [v1.3.6](https://github.com/ash-project/ash_json_api/compare/v1.3.5...v1.3.6) (2024-07-08)
926

1027

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.3.6"
8+
@version "1.3.7"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)