File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v1.3.4] ( https://github.com/ash-project/ash_json_api/compare/v1.3.3...v1.3.4 ) (2024-07-05)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * add leading slash to JSON pointer in schema errors (#199 )
16
+
17
+ * avoid failing openapi generation for non existing resource actions (#198 )
18
+
8
19
## [ v1.3.3] ( https://github.com/ash-project/ash_json_api/compare/v1.3.2...v1.3.3 ) (2024-07-04)
9
20
10
21
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
5
5
The JSON:API extension for the Ash Framework.
6
6
"""
7
7
8
- @ version "1.3.3 "
8
+ @ version "1.3.4 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments