diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eab2e8..7fb392c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.0 + +- **Added** Rails 7.1 support (s. #384, thanks [max.jos](https://github.com/yhru)) +- **Removed** Ruby <= 2.7 support +- **Removed** Rails <= 6.0 support + ## 2.0.2 - **Fixed** Rescue from `ActiveRecord::ConnectionNotEstablished` (s. #372, thanks [Gabe Blair](https://github.com/gblair) & [Vitalie Lazu](https://github.com/vitaliel)) diff --git a/lib/public_activity/version.rb b/lib/public_activity/version.rb index 5eed416..a15b653 100644 --- a/lib/public_activity/version.rb +++ b/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