From b56f60304db41eb3abe765613382e74ddcac9e35 Mon Sep 17 00:00:00 2001 From: ur5us Date: Sat, 20 Jan 2024 17:18:38 +1300 Subject: [PATCH] Bump 3.0.0 --- CHANGELOG.md | 6 ++++++ lib/public_activity/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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