From a58b4650844d8f04d62fd83c611513d4f89e6c4b Mon Sep 17 00:00:00 2001 From: simukappu Date: Tue, 23 Jul 2024 09:27:32 +0900 Subject: [PATCH] Bump version to v2.3.1 --- 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 c3bf32e..afdb108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.3.1 / 2024-07-23 +[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.3.0...v2.3.1) + +Bug Fixes: + +* Fix serialize arguments for Rails 7.1 - [#178](https://github.com/simukappu/activity_notification/issues/178) [#179](https://github.com/simukappu/activity_notification/pull/179) + ## 2.3.0 / 2024-06-02 [Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.2.4...v2.3.0) diff --git a/lib/activity_notification/version.rb b/lib/activity_notification/version.rb index 10931b9..f9eb778 100644 --- a/lib/activity_notification/version.rb +++ b/lib/activity_notification/version.rb @@ -1,3 +1,3 @@ module ActivityNotification - VERSION = "2.3.0" + VERSION = "2.3.1" end