diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0049da..54c829af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log -## [0.26.1](https://github.com/chef/train/tree/0.26.1) (2017-08-14) -[Full Changelog](https://github.com/chef/train/compare/v0.26.0...0.26.1) +## [0.26.2](https://github.com/chef/train/tree/0.26.2) (2017-09-05) +[Full Changelog](https://github.com/chef/train/compare/v0.26.1...0.26.2) **Merged pull requests:** +- Fix inconsistent link\_path behavior [\#194](https://github.com/chef/train/pull/194) ([adamleff](https://github.com/adamleff)) + +## [v0.26.1](https://github.com/chef/train/tree/v0.26.1) (2017-08-14) +[Full Changelog](https://github.com/chef/train/compare/v0.26.0...v0.26.1) + +**Merged pull requests:** + +- Release 0.26.1 [\#188](https://github.com/chef/train/pull/188) ([adamleff](https://github.com/adamleff)) - Return non-zero exit code for unknown mock command [\#187](https://github.com/chef/train/pull/187) ([chris-rock](https://github.com/chris-rock)) ## [v0.26.0](https://github.com/chef/train/tree/v0.26.0) (2017-08-10) diff --git a/lib/train/version.rb b/lib/train/version.rb index 4f2e9966..b84716b5 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '0.26.1'.freeze + VERSION = '0.26.2'.freeze end