diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a18e618..8a1d1935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v2.1.8](https://github.com/inspec/train/tree/v2.1.8) (2019-05-29) + +## [v2.1.9](https://github.com/inspec/train/tree/v2.1.9) (2019-05-29) #### Merged Pull Requests -- Fixing inspec/train to be green again and improving test stability. [#463](https://github.com/inspec/train/pull/463) ([zenspider](https://github.com/zenspider)) +- More cleanup of test output and stability fixes [#464](https://github.com/inspec/train/pull/464) ([zenspider](https://github.com/zenspider)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- More cleanup of test output and stability fixes [#464](https://github.com/inspec/train/pull/464) ([zenspider](https://github.com/zenspider)) - Fixing inspec/train to be green again and improving test stability. [#463](https://github.com/inspec/train/pull/463) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index b370e25d..b88e5006 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.8 \ No newline at end of file +2.1.9 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index 28e89f0d..90a1b421 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '2.1.8'.freeze + VERSION = '2.1.9'.freeze end