File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v1.4.37] ( https://github.com/ash-project/ash_json_api/compare/v1.4.36...v1.4.37 ) (2025-07-17)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * uniq linkage for display, but only when necessary by [ @zachdaniel ] ( https://github.com/zachdaniel )
16
+
17
+ * explicit linkage of empty relationships (#357 ) by Cyprien Poisson
18
+
19
+ ### Improvements:
20
+
21
+ * add always_include_linkage param to resources (#362 ) by Cyprien Poisson
22
+
8
23
## [ v1.4.36] ( https://github.com/ash-project/ash_json_api/compare/v1.4.35...v1.4.36 ) (2025-06-25)
9
24
10
25
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.4.36 "
8
+ @ version "1.4.37 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments