From 17fba4be926e22a4ed38637babf7b4179e27a224 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 13 Jan 2020 17:03:25 +0000 Subject: [PATCH] Bump version to 3.2.8 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 79230588..49542019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v3.2.7](https://github.com/inspec/train/tree/v3.2.7) (2019-12-31) + +## [v3.2.8](https://github.com/inspec/train/tree/v3.2.8) (2020-01-13) #### Merged Pull Requests -- allow overriding follow_symlink on Train::File [#550](https://github.com/inspec/train/pull/550) ([miah](https://github.com/miah)) +- Fix README typo [#551](https://github.com/inspec/train/pull/551) ([multani](https://github.com/multani)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix README typo [#551](https://github.com/inspec/train/pull/551) ([multani](https://github.com/multani)) - allow overriding follow_symlink on Train::File [#550](https://github.com/inspec/train/pull/550) ([miah](https://github.com/miah)) - Substitute require for require_relative [#549](https://github.com/inspec/train/pull/549) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 6a3913b0..132d9f77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.7 \ No newline at end of file +3.2.8 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index f60cf3f5..b04ae773 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.2.7".freeze + VERSION = "3.2.8".freeze end