From 23e1a2697879a0efb9abf29c76b265c6f2ecdcae Mon Sep 17 00:00:00 2001 From: Olli Huotari Date: Thu, 25 Apr 2024 12:47:12 +0300 Subject: [PATCH] Release 3.4.0 --- CHANGELOG.md | 5 +++++ lib/action_smser/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bb4ac..9d15b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.4.0 (2024-04-24) + - Dropped Ruby 2.0 support + - Nexmo sender is now escaped (https://github.com/holli/action_smser/pull/13) + - Fixed some deprecation warnings for Rails 7 (https://github.com/holli/action_smser/pull/15) + ## 3.3.0 (2023-03-01) - Rails 7 support, droppert support for 6 etc although might work with them - Ruby 3.1 support diff --git a/lib/action_smser/version.rb b/lib/action_smser/version.rb index fc9ae54..42fc3e9 100644 --- a/lib/action_smser/version.rb +++ b/lib/action_smser/version.rb @@ -1,3 +1,3 @@ module ActionSmser - VERSION = "3.3.0" + VERSION = "3.4.0" end