Skip to content

Commit d5bd123

Browse files
committed
Release v2.4.0
Changed - Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)
1 parent ca1f557 commit d5bd123

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.4.0] - 2024-11-14
8+
### Changed
9+
- Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)
10+
711
## [2.3.1] - 2024-04-26
812
### Fixed
913
- Fix nodejs install not being overridden by repo ci.yml (#109)

lib/manageiq/cross_repo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ManageIQ
22
module CrossRepo
3-
VERSION = "2.3.1"
3+
VERSION = "2.4.0"
44
end
55
end

0 commit comments

Comments
 (0)