From 2c497ce0f17db1d2502d0459bcefbdd5211516e7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 13 Sep 2018 18:54:12 +0000 Subject: [PATCH] Bump version to 1.4.37 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/train/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c1a692..3dec51ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v1.4.36](https://github.com/inspec/train/tree/v1.4.36) (2018-08-30) + +## [v1.4.37](https://github.com/inspec/train/tree/v1.4.37) (2018-09-13) #### Merged Pull Requests -- Rescues SystemCallError instead of Errno [#346](https://github.com/inspec/train/pull/346) ([dmccown](https://github.com/dmccown)) +- Add a export method for platforms [#347](https://github.com/inspec/train/pull/347) ([jquick](https://github.com/jquick)) ### Changes since 1.4.35 release #### Merged Pull Requests +- Add a export method for platforms [#347](https://github.com/inspec/train/pull/347) ([jquick](https://github.com/jquick)) - Rescues SystemCallError instead of Errno [#346](https://github.com/inspec/train/pull/346) ([dmccown](https://github.com/dmccown)) diff --git a/VERSION b/VERSION index 62f0c2ca..ad31bc09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.36 \ No newline at end of file +1.4.37 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index fe41021c..5b7b4af4 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = '1.4.36'.freeze + VERSION = '1.4.37'.freeze end