Skip to content

Commit b56f603

Browse files
committed
Bump 3.0.0
1 parent 96b174f commit b56f603

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.0.0
4+
5+
- **Added** Rails 7.1 support (s. #384, thanks [max.jos](https://github.com/yhru))
6+
- **Removed** Ruby <= 2.7 support
7+
- **Removed** Rails <= 6.0 support
8+
39
## 2.0.2
410

511
- **Fixed** Rescue from `ActiveRecord::ConnectionNotEstablished` (s. #372, thanks [Gabe Blair](https://github.com/gblair) & [Vitalie Lazu](https://github.com/vitaliel))

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 = '2.0.2'
5+
VERSION = '3.0.0'
66
end

0 commit comments

Comments
 (0)