We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1f557 commit d5bd123Copy full SHA for d5bd123
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [2.4.0] - 2024-11-14
8
+### Changed
9
+- Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)
10
+
11
## [2.3.1] - 2024-04-26
12
### Fixed
13
- Fix nodejs install not being overridden by repo ci.yml (#109)
lib/manageiq/cross_repo/version.rb
@@ -1,5 +1,5 @@
1
module ManageIQ
2
module CrossRepo
3
- VERSION = "2.3.1"
+ VERSION = "2.4.0"
end
0 commit comments