Skip to content

Commit

Permalink
Bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Jan 20, 2024
1 parent 96b174f commit b56f603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lib/public_activity/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module PublicActivity
# A constant with gem's version
VERSION = '2.0.2'
VERSION = '3.0.0'
end

0 comments on commit b56f603

Please sign in to comment.