From 9b16d5300021893ad5c3a02f1a9f4f17884bcc2d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 30 Jul 2019 22:15:57 +0000 Subject: Bump version to 3.0.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2442a5f..3da8ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [3.0.5](https://github.com/chef/mixlib-shellout/tree/3.0.5) (2019-06-07) + +## [3.0.6](https://github.com/chef/mixlib-shellout/tree/3.0.6) (2019-07-30) #### Merged Pull Requests -- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) +- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider)) - Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7da3c16..8ffc1ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.0.6 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index b0bc0b5..ac342f1 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.5".freeze + VERSION = "3.0.6".freeze end end -- cgit v1.2.1