diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a9e1c7..62e2bfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Change Log -## [0.20.0](https://github.com/chef/train/tree/0.20.0) (2016-09-21) -[Full Changelog](https://github.com/chef/train/compare/v0.19.1...0.20.0) +## [0.20.1](https://github.com/chef/train/tree/0.20.1) (2016-10-15) +[Full Changelog](https://github.com/chef/train/compare/v0.20.0...0.20.1) + +**Fixed bugs:** + +- support empty URIs [\#154](https://github.com/chef/train/pull/154) ([arlimus](https://github.com/arlimus)) + +## [v0.20.0](https://github.com/chef/train/tree/v0.20.0) (2016-09-21) +[Full Changelog](https://github.com/chef/train/compare/v0.19.1...v0.20.0) **Fixed bugs:** diff --git a/lib/train/version.rb b/lib/train/version.rb index c1940c15..9d30d6c7 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.20.0'.freeze + VERSION = '0.20.1'.freeze end