Skip to content

Commit bd3b78a

Browse files
committed
chore: release version v2.0.1
1 parent 1214b09 commit bd3b78a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
817
## [v2.0.0](https://github.com/ash-project/ash_archival/compare/v1.1.2...v2.0.0) (2025-06-20)
918
### Breaking Changes:
1019

documentation/tutorials/get-started-with-ash-archival.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
First, add the dependency to your `mix.exs` file
66

77
```elixir
8-
{:ash_archival, "~> 2.0.0"}
8+
{:ash_archival, "~> 2.0.1"}
99
```
1010

1111
and add `:ash_archival` to your `.formatter.exs`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshArchival.MixProject do
22
use Mix.Project
33

4-
@version "2.0.0"
4+
@version "2.0.1"
55
@description """
66
An Ash extension to implement archival (soft deletion) for resources.
77
"""

0 commit comments

Comments
 (0)