Skip to content

Commit 9b44c64

Browse files
authored
Merge pull request #14 from CraigJZ/prepare_for_1.1_release
Prepare for 1.1 release
2 parents 08e9287 + 91cb246 commit 9b44c64

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.0
2+
- Ruby 3.4 support
3+
14
## 1.0.0
25
- Ruby 3.3 support
36
- Drop Ruby 3.0 support (Ruby 3.0 was end of life on 2024-04-23)

lib/report_action/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ReportAction
2-
VERSION = "1.0.0"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)