We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b174f commit b56f603Copy full SHA for b56f603
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 2.0.2
10
11
- **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
@@ -2,5 +2,5 @@
module PublicActivity
# A constant with gem's version
- VERSION = '2.0.2'
+ VERSION = '3.0.0'
end
0 commit comments