File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.22.1 ] ( https://github.com/chef/train/tree/0.22.1 ) (2017-01-17 )
4
- [ Full Changelog] ( https://github.com/chef/train/compare/v0.22.0 ...0.22.1 )
3
+ ## [ v0.23.0 ] ( https://github.com/chef/train/tree/v0.23.0 ) (2017-03-29 )
4
+ [ Full Changelog] ( https://github.com/chef/train/compare/v0.22.1 ...v0.23.0 )
5
5
6
6
** Merged pull requests:**
7
7
8
+ - Fix Net::SSH warning when passing nil option values [ \# 172] ( https://github.com/chef/train/pull/172 ) ([ tylercloke] ( https://github.com/tylercloke ) )
9
+ - winrm: hide password [ \# 171] ( https://github.com/chef/train/pull/171 ) ([ crepetl] ( https://github.com/crepetl ) )
10
+
11
+ ## [ v0.22.1] ( https://github.com/chef/train/tree/v0.22.1 ) (2017-01-17)
12
+ [ Full Changelog] ( https://github.com/chef/train/compare/v0.22.0...v0.22.1 )
13
+
14
+ ** Merged pull requests:**
15
+
16
+ - Release 0.22.1 [ \# 169] ( https://github.com/chef/train/pull/169 ) ([ tduffield] ( https://github.com/tduffield ) )
8
17
- Relax net-ssh dep to allow 4.0 [ \# 168] ( https://github.com/chef/train/pull/168 ) ([ tduffield] ( https://github.com/tduffield ) )
9
18
- Fix Oracle Linux detection [ \# 167] ( https://github.com/chef/train/pull/167 ) ([ carldjohnston] ( https://github.com/carldjohnston ) )
10
19
- Add support for parallels & virtuozzo linux [ \# 166] ( https://github.com/chef/train/pull/166 ) ([ jaxxstorm] ( https://github.com/jaxxstorm ) )
Original file line number Diff line number Diff line change 3
3
# Author:: Dominik Richter (<[email protected] >)
4
4
5
5
module Train
6
- VERSION = '0.22.1 ' . freeze
6
+ VERSION = '0.23.0 ' . freeze
7
7
end
You can’t perform that action at this time.
0 commit comments