Skip to content

Commit 1f49035

Browse files
committed
Bump 3.0.1
1 parent d2952cf commit 1f49035

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## 3.0.0
49

510
- **Added** Rails 7.1 support (s. #384, thanks [max.jos](https://github.com/yhru))

lib/public_activity/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module PublicActivity
44
# A constant with gem's version
5-
VERSION = '3.0.0'
5+
VERSION = '3.0.1'
66
end

0 commit comments

Comments
 (0)