Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
Fixed
* Fix nodejs install not being overridden by repo ci.yml (#109)
  • Loading branch information
agrare committed Apr 26, 2024
1 parent 3e5a22f commit e6a1d4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 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.3.1] - 2024-04-26
### Fixed
- Fix nodejs install not being overridden by repo ci.yml (#109)

## [2.3.0] - 2023-03-13
### Changed
- Add {ruby/node}-version matrix inputs (#94)
Expand Down Expand Up @@ -69,7 +73,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix an issue extracting tgz files smaller than 10Kb
- Fix an issue overriding gems whose repo name doesn't match

[Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1..v2.3.0
[2.3.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.0..v2.2.0
[2.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.2.0..v2.1.0
[2.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0..v2.0.0
[2.0.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v1.2.1
[1.2.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.0...v1.2.1
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.0"
VERSION = "2.3.1"
end
end

0 comments on commit e6a1d4c

Please sign in to comment.