Skip to content

Commit a876fd0

Browse files
authored
Merge pull request #173 from chef/adamleff/release-0.23.0
Release 0.23.0
2 parents e10d65b + a9ab015 commit a876fd0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Change Log
22

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)
55

66
**Merged pull requests:**
77

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))
817
- Relax net-ssh dep to allow 4.0 [\#168](https://github.com/chef/train/pull/168) ([tduffield](https://github.com/tduffield))
918
- Fix Oracle Linux detection [\#167](https://github.com/chef/train/pull/167) ([carldjohnston](https://github.com/carldjohnston))
1019
- Add support for parallels & virtuozzo linux [\#166](https://github.com/chef/train/pull/166) ([jaxxstorm](https://github.com/jaxxstorm))

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Author:: Dominik Richter (<[email protected]>)
44

55
module Train
6-
VERSION = '0.22.1'.freeze
6+
VERSION = '0.23.0'.freeze
77
end

0 commit comments

Comments
 (0)