From e60666b08cef9bcd06f7393513146f7b8922894e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 23 Jan 2020 00:22:36 +0000 Subject: [PATCH] Bump version to 3.2.14 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 04485639..36b4b470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v3.2.13](https://github.com/inspec/train/tree/v3.2.13) (2020-01-21) + +## [v3.2.14](https://github.com/inspec/train/tree/v3.2.14) (2020-01-23) #### Merged Pull Requests -- Make stat command use '-c' for Yocto OS [#559](https://github.com/inspec/train/pull/559) ([michaellihs](https://github.com/michaellihs)) +- Fix verify step for sudo [#557](https://github.com/inspec/train/pull/557) ([zenspider](https://github.com/zenspider)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix verify step for sudo [#557](https://github.com/inspec/train/pull/557) ([zenspider](https://github.com/zenspider)) - Make stat command use '-c' for Yocto OS [#559](https://github.com/inspec/train/pull/559) ([michaellihs](https://github.com/michaellihs)) - Yocto Project family and Yocto Linux and balenaOS platform detection [#558](https://github.com/inspec/train/pull/558) ([mattray](https://github.com/mattray)) - Refactor with_sudo_pty to BaseConnection (no-op) and SshConnection. [#554](https://github.com/inspec/train/pull/554) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index d8681c9c..e44ffb26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.13 \ No newline at end of file +3.2.14 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index 84e14a51..9c904b38 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.2.13".freeze + VERSION = "3.2.14".freeze end