From ea1e1b1f153e29fe020e4f3ab5ea18e2e08f7215 Mon Sep 17 00:00:00 2001 From: simukappu Date: Mon, 23 Sep 2024 15:33:57 +0900 Subject: [PATCH] Bump version to v2.3.2 --- CHANGELOG.md | 7 +++++++ lib/activity_notification/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afdb108..aa24ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.3.2 / 2024-09-23 +[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.3.0...v2.3.1) + +Enhancements: + +* Allow use with Rails 7.2 - [#180](https://github.com/simukappu/activity_notification/pull/180) [#181](https://github.com/simukappu/activity_notification/issues/181) + ## 2.3.1 / 2024-07-23 [Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.3.0...v2.3.1) diff --git a/lib/activity_notification/version.rb b/lib/activity_notification/version.rb index f9eb778..2a36493 100644 --- a/lib/activity_notification/version.rb +++ b/lib/activity_notification/version.rb @@ -1,3 +1,3 @@ module ActivityNotification - VERSION = "2.3.1" + VERSION = "2.3.2" end