Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
Changed
- Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)
  • Loading branch information
agrare committed Nov 14, 2024
1 parent ca1f557 commit d5bd123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.0] - 2024-11-14
### Changed
- Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)

## [2.3.1] - 2024-04-26
### Fixed
- Fix nodejs install not being overridden by repo ci.yml (#109)
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/cross_repo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module CrossRepo
VERSION = "2.3.1"
VERSION = "2.4.0"
end
end

0 comments on commit d5bd123

Please sign in to comment.