Skip to content

Commit 01efa08

Browse files
committed
chore: release version v1.4.16
1 parent 6f5be8b commit 01efa08

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.4.16](https://github.com/ash-project/ash_json_api/compare/v1.4.15...v1.4.16) (2024-12-23)
9+
10+
11+
12+
13+
### Improvements:
14+
15+
* make testing helpers public and document them
16+
17+
* deprecate the DSL router configuration
18+
819
## [v1.4.15](https://github.com/ash-project/ash_json_api/compare/v1.4.14...v1.4.15) (2024-12-20)
920

1021

mix.exs

+1-1
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.4.15"
8+
@version "1.4.16"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)