Skip to content

Commit e6a1d4c

Browse files
committed
Release v2.3.1
Fixed * Fix nodejs install not being overridden by repo ci.yml (#109)
1 parent 3e5a22f commit e6a1d4c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.3.1] - 2024-04-26
8+
### Fixed
9+
- Fix nodejs install not being overridden by repo ci.yml (#109)
10+
711
## [2.3.0] - 2023-03-13
812
### Changed
913
- Add {ruby/node}-version matrix inputs (#94)
@@ -69,7 +73,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6973
- Fix an issue extracting tgz files smaller than 10Kb
7074
- Fix an issue overriding gems whose repo name doesn't match
7175

72-
[Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0...HEAD
76+
[Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1...HEAD
77+
[2.3.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1..v2.3.0
78+
[2.3.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.0..v2.2.0
79+
[2.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.2.0..v2.1.0
7380
[2.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0..v2.0.0
7481
[2.0.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v1.2.1
7582
[1.2.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.0...v1.2.1

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.0"
3+
VERSION = "2.3.1"
44
end
55
end

0 commit comments

Comments
 (0)