We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a01e commit fe46c57Copy full SHA for fe46c57
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# paranoia Changelog
2
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
9
## 3.0.0 - August 13, 2024
10
11
_Tagged as 3.0 as Ruby + Rails version constraints have been modernised._
lib/paranoia/version.rb
@@ -1,3 +1,3 @@
module Paranoia
- VERSION = '3.0.0'.freeze
+ VERSION = '3.0.1'.freeze
end
0 commit comments