From dc185779c885884901bfbe1540aaa59a57b0963b Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 29 Nov 2016 11:54:42 +0100 Subject: [PATCH] 0.22.0 Signed-off-by: Christoph Hartmann --- CHANGELOG.md | 15 +++++++++++++-- lib/train/version.rb | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374d087d..12ee8f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [0.21.1](https://github.com/chef/train/tree/0.21.1) (2016-11-04) -[Full Changelog](https://github.com/chef/train/compare/v0.21.0...0.21.1) +## [0.22.0](https://github.com/chef/train/tree/0.22.0) (2016-11-29) +[Full Changelog](https://github.com/chef/train/compare/v0.21.1...0.22.0) + +**Implemented enhancements:** + +- Try to use ssh agent if no password or key files have been specified [\#165](https://github.com/chef/train/pull/165) ([alexpop](https://github.com/alexpop)) + +**Merged pull requests:** + +- Add openvms detection [\#159](https://github.com/chef/train/pull/159) ([briandoodyie](https://github.com/briandoodyie)) + +## [v0.21.1](https://github.com/chef/train/tree/v0.21.1) (2016-11-04) +[Full Changelog](https://github.com/chef/train/compare/v0.21.0...v0.21.1) **Closed issues:** diff --git a/lib/train/version.rb b/lib/train/version.rb index 38cebae0..25847b58 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.21.1'.freeze + VERSION = '0.22.0'.freeze end