diff --git a/CHANGELOG.md b/CHANGELOG.md index 257bea3..9d363dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.0 +- Ruby 3.4 support + ## 1.0.0 - Ruby 3.3 support - Drop Ruby 3.0 support (Ruby 3.0 was end of life on 2024-04-23) diff --git a/lib/report_action/version.rb b/lib/report_action/version.rb index a59a1a1..40a4774 100644 --- a/lib/report_action/version.rb +++ b/lib/report_action/version.rb @@ -1,3 +1,3 @@ module ReportAction - VERSION = "1.0.0" + VERSION = "1.1.0" end