diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d641f8..c3bf32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.3.0 / 2024-06-02 +[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.2.4...v2.3.0) + +Enhancements: + +* Allow use with Rails 7.1 - [#173](https://github.com/simukappu/activity_notification/issues/173) [#177](https://github.com/simukappu/activity_notification/pull/177) + ## 2.2.4 / 2023-03-20 [Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.2.3...v2.2.4) diff --git a/lib/activity_notification/version.rb b/lib/activity_notification/version.rb index a315420..10931b9 100644 --- a/lib/activity_notification/version.rb +++ b/lib/activity_notification/version.rb @@ -1,3 +1,3 @@ module ActivityNotification - VERSION = "2.2.4" + VERSION = "2.3.0" end