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 02018c8 commit b17985aCopy full SHA for b17985a
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v1.3.5](https://github.com/ash-project/ash_json_api/compare/v1.3.4...v1.3.5) (2024-07-06)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* use `conn.private`, not `conn[:private]`
16
17
## [v1.3.4](https://github.com/ash-project/ash_json_api/compare/v1.3.3...v1.3.4) (2024-07-05)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
The JSON:API extension for the Ash Framework.
"""
- @version "1.3.4"
+ @version "1.3.5"
def project do
[
0 commit comments