diff --git a/CHANGELOG.md b/CHANGELOG.md index f4aa2369..3966f985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Change Log -## [0.18.0](https://github.com/chef/train/tree/0.18.0) (2016-08-26) -[Full Changelog](https://github.com/chef/train/compare/v0.17.0...0.18.0) +## [0.19.0](https://github.com/chef/train/tree/0.19.0) (2016-09-05) +[Full Changelog](https://github.com/chef/train/compare/v0.18.0...0.19.0) + +**Fixed bugs:** + +- use stat -c for alpine linux [\#146](https://github.com/chef/train/pull/146) ([chris-rock](https://github.com/chris-rock)) + +**Merged pull requests:** + +- support ruby 2.2.1 [\#145](https://github.com/chef/train/pull/145) ([chris-rock](https://github.com/chris-rock)) +- Use winrm v2 implementation [\#122](https://github.com/chef/train/pull/122) ([mwrock](https://github.com/mwrock)) + +## [v0.18.0](https://github.com/chef/train/tree/v0.18.0) (2016-08-26) +[Full Changelog](https://github.com/chef/train/compare/v0.17.0...v0.18.0) **Merged pull requests:** diff --git a/lib/train/version.rb b/lib/train/version.rb index 1ecfa157..de29b863 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.18.0'.freeze + VERSION = '0.19.0'.freeze end