Skip to content

Commit 8d3bb3a

Browse files
committed
chore: release version v1.3.6
1 parent a5304e6 commit 8d3bb3a

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.3.6](https://github.com/ash-project/ash_json_api/compare/v1.3.5...v1.3.6) (2024-07-08)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly match enum types on input/output
16+
17+
* Avoid raising the condition converting the regex to string. (#204)
18+
19+
### Improvements:
20+
21+
* honor `allow_all_media_type_params?` in `content-type` as well
22+
823
## [v1.3.5](https://github.com/ash-project/ash_json_api/compare/v1.3.4...v1.3.5) (2024-07-06)
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.3.5"
8+
@version "1.3.6"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)