We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617fd2b commit 417ad34Copy full SHA for 417ad34
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v1.4.44](https://github.com/ash-project/ash_json_api/compare/v1.4.43...v1.4.44) (2025-09-04)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* handle $ref type schemas by [@zachdaniel](https://github.com/zachdaniel)
16
17
## [v1.4.43](https://github.com/ash-project/ash_json_api/compare/v1.4.42...v1.4.43) (2025-09-03)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
The JSON:API extension for the Ash Framework.
"""
- @version "1.4.43"
+ @version "1.4.44"
def project do
[
0 commit comments