From 517d3549495d8165ecdc13329d4b1cc35b6fc690 Mon Sep 17 00:00:00 2001 From: Adam Leff Date: Thu, 10 Aug 2017 10:15:47 -0400 Subject: [PATCH] Release v0.26.0 (#186) Signed-off-by: Adam Leff --- CHANGELOG.md | 21 +++++++++++++++++++-- lib/train/version.rb | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2b5186..3fda6185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Change Log -## [0.25.0](https://github.com/chef/train/tree/0.25.0) (2017-06-15) -[Full Changelog](https://github.com/chef/train/compare/v0.24.0...0.25.0) +## [0.26.0](https://github.com/chef/train/tree/0.26.0) (2017-08-10) +[Full Changelog](https://github.com/chef/train/compare/v0.25.0...0.26.0) + +**Fixed bugs:** + +- AIX operating system name is not detected properly [\#181](https://github.com/chef/train/issues/181) + +**Closed issues:** + +- Add support for ssh-agent to ssh transport [\#129](https://github.com/chef/train/issues/129) + +**Merged pull requests:** + +- typo - should $g for group instead of doulbe $u [\#185](https://github.com/chef/train/pull/185) ([aklyachkin](https://github.com/aklyachkin)) +- update ruby requirements to 2.2 - 2.4 range [\#184](https://github.com/chef/train/pull/184) ([arlimus](https://github.com/arlimus)) +- detect operating system name for AIX [\#182](https://github.com/chef/train/pull/182) ([chris-rock](https://github.com/chris-rock)) + +## [v0.25.0](https://github.com/chef/train/tree/v0.25.0) (2017-06-15) +[Full Changelog](https://github.com/chef/train/compare/v0.24.0...v0.25.0) **Merged pull requests:** diff --git a/lib/train/version.rb b/lib/train/version.rb index 00cdd368..024d92c0 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.25.0'.freeze + VERSION = '0.26.0'.freeze end