From 4815daaf0ad9b2da5313bdcb04981114ec1e7d22 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sun, 10 Jul 2016 20:44:15 -0500 Subject: [PATCH] 0.15.1 --- CHANGELOG.md | 15 +++++++++++++-- lib/train/version.rb | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c88506f..2800d328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [0.15.0](https://github.com/chef/train/tree/0.15.0) (2016-07-01) -[Full Changelog](https://github.com/chef/train/compare/v0.14.2...0.15.0) +## [0.15.1](https://github.com/chef/train/tree/0.15.1) (2016-07-10) +[Full Changelog](https://github.com/chef/train/compare/v0.15.0...0.15.1) + +**Fixed bugs:** + +- bugfix: higher mode bits on local connection [\#125](https://github.com/chef/train/pull/125) ([arlimus](https://github.com/arlimus)) + +**Merged pull requests:** + +- Test ruby 2.1 instead of 1.9.3 and only launch one test group per travis/appveyor [\#123](https://github.com/chef/train/pull/123) ([mwrock](https://github.com/mwrock)) + +## [v0.15.0](https://github.com/chef/train/tree/v0.15.0) (2016-07-01) +[Full Changelog](https://github.com/chef/train/compare/v0.14.2...v0.15.0) **Implemented enhancements:** diff --git a/lib/train/version.rb b/lib/train/version.rb index 971bdc4a..796da99c 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.15.0'.freeze + VERSION = '0.15.1'.freeze end