File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.0.1] ( https://github.com/ash-project/ash_archival/compare/v2.0.0...v2.0.1 ) (2025-06-22)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * consistently apply new authorization flag by Zach Daniel
16
+
8
17
## [ v2.0.0] ( https://github.com/ash-project/ash_archival/compare/v1.1.2...v2.0.0 ) (2025-06-20)
9
18
### Breaking Changes:
10
19
Original file line number Diff line number Diff line change 5
5
First, add the dependency to your ` mix.exs ` file
6
6
7
7
``` elixir
8
- {:ash_archival , " ~> 2.0.0 " }
8
+ {:ash_archival , " ~> 2.0.1 " }
9
9
```
10
10
11
11
and add ` :ash_archival ` to your ` .formatter.exs `
Original file line number Diff line number Diff line change 1
1
defmodule AshArchival.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "2.0.0 "
4
+ @ version "2.0.1 "
5
5
@ description """
6
6
An Ash extension to implement archival (soft deletion) for resources.
7
7
"""
You can’t perform that action at this time.
0 commit comments