From a9ab0150fb96a57ed8f1dfe4b7f504b19ab00bff Mon Sep 17 00:00:00 2001 From: Adam Leff Date: Wed, 29 Mar 2017 17:25:18 -0400 Subject: [PATCH] Release 0.23.0 Signed-off-by: Adam Leff --- CHANGELOG.md | 13 +++++++++++-- lib/train/version.rb | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9582983c..e7b41dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Change Log -## [0.22.1](https://github.com/chef/train/tree/0.22.1) (2017-01-17) -[Full Changelog](https://github.com/chef/train/compare/v0.22.0...0.22.1) +## [v0.23.0](https://github.com/chef/train/tree/v0.23.0) (2017-03-29) +[Full Changelog](https://github.com/chef/train/compare/v0.22.1...v0.23.0) **Merged pull requests:** +- Fix Net::SSH warning when passing nil option values [\#172](https://github.com/chef/train/pull/172) ([tylercloke](https://github.com/tylercloke)) +- winrm: hide password [\#171](https://github.com/chef/train/pull/171) ([crepetl](https://github.com/crepetl)) + +## [v0.22.1](https://github.com/chef/train/tree/v0.22.1) (2017-01-17) +[Full Changelog](https://github.com/chef/train/compare/v0.22.0...v0.22.1) + +**Merged pull requests:** + +- Release 0.22.1 [\#169](https://github.com/chef/train/pull/169) ([tduffield](https://github.com/tduffield)) - Relax net-ssh dep to allow 4.0 [\#168](https://github.com/chef/train/pull/168) ([tduffield](https://github.com/tduffield)) - Fix Oracle Linux detection [\#167](https://github.com/chef/train/pull/167) ([carldjohnston](https://github.com/carldjohnston)) - Add support for parallels & virtuozzo linux [\#166](https://github.com/chef/train/pull/166) ([jaxxstorm](https://github.com/jaxxstorm)) diff --git a/lib/train/version.rb b/lib/train/version.rb index 3bf54814..84629a1d 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.22.1'.freeze + VERSION = '0.23.0'.freeze end