We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2952cf commit 1f49035Copy full SHA for 1f49035
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.0.1
4
+
5
+- **Fixed** Rails 6.1/7.0 regression in serialization of `nil`/`NULL` values
6
+- **Fixed** Docs for `ORM::ActiveRecord::Activist`
7
8
## 3.0.0
9
10
- **Added** Rails 7.1 support (s. #384, thanks [max.jos](https://github.com/yhru))
lib/public_activity/version.rb
@@ -2,5 +2,5 @@
module PublicActivity
# A constant with gem's version
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments