Skip to content

Commit fe46c57

Browse files
committed
Release v3.0.1
1 parent d15a01e commit fe46c57

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# paranoia Changelog
22

3+
## 3.0.1 - January 19, 2025
4+
5+
- [#566](https://github.com/rubysherpas/paranoia/pull/566) Handle #delete_all
6+
- [#559](https://github.com/rubysherpas/paranoia/pull/559) Trigger an after_commit callback when restoring a record
7+
- [#567](https://github.com/rubysherpas/paranoia/pull/567) Fix typo in newly added readme
8+
39
## 3.0.0 - August 13, 2024
410

511
_Tagged as 3.0 as Ruby + Rails version constraints have been modernised._

Diff for: lib/paranoia/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paranoia
2-
VERSION = '3.0.0'.freeze
2+
VERSION = '3.0.1'.freeze
33
end

0 commit comments

Comments
 (0)