File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.3.1] - 2024-04-26
8
+ ### Fixed
9
+ - Fix nodejs install not being overridden by repo ci.yml (#109 )
10
+
7
11
## [ 2.3.0] - 2023-03-13
8
12
### Changed
9
13
- Add {ruby/node}-version matrix inputs (#94 )
@@ -69,7 +73,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
69
73
- Fix an issue extracting tgz files smaller than 10Kb
70
74
- Fix an issue overriding gems whose repo name doesn't match
71
75
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
73
80
[ 2.1.0 ] : https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0..v2.0.0
74
81
[ 2.0.0 ] : https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v1.2.1
75
82
[ 1.2.1 ] : https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change 1
1
module ManageIQ
2
2
module CrossRepo
3
- VERSION = "2.3.0 "
3
+ VERSION = "2.3.1 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments