From fdac7ebe54c5b94a602f688a4e51f8e066dc13d2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 6 Feb 2020 00:30:21 +0000 Subject: [PATCH] Bump version to 3.2.20 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 191d45fa..1dff5bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v3.2.19](https://github.com/inspec/train/tree/v3.2.19) (2020-02-03) + +## [v3.2.20](https://github.com/inspec/train/tree/v3.2.20) (2020-02-06) #### Merged Pull Requests -- Improve debugging experience by making platform and connection less noisy. [#565](https://github.com/inspec/train/pull/565) ([zenspider](https://github.com/zenspider)) +- Added a blank line to the readme where we needed one. [#567](https://github.com/inspec/train/pull/567) ([zenspider](https://github.com/zenspider)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Added a blank line to the readme where we needed one. [#567](https://github.com/inspec/train/pull/567) ([zenspider](https://github.com/zenspider)) - Improve debugging experience by making platform and connection less noisy. [#565](https://github.com/inspec/train/pull/565) ([zenspider](https://github.com/zenspider)) - Rebase #339 [#566](https://github.com/inspec/train/pull/566) ([zenspider](https://github.com/zenspider)) - Unified gemspec and fixed dependencies across train and train-core. [#563](https://github.com/inspec/train/pull/563) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index e38a2f36..a221db83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.19 \ No newline at end of file +3.2.20 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index d48a85f1..19465425 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.2.19".freeze + VERSION = "3.2.20".freeze end