summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-30 22:15:57 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-30 22:15:57 +0000
commit9b16d5300021893ad5c3a02f1a9f4f17884bcc2d (patch)
treee8bb424df861e818af2cfc32609beee620002048
parent85bd27b7879dbe351f1a17542a13f1987b61718c (diff)
downloadmixlib-shellout-9b16d5300021893ad5c3a02f1a9f4f17884bcc2d.tar.gz
Bump version to 3.0.6 by Chef Expeditor3.0.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
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
-<!-- latest_release 3.0.5 -->
-## [3.0.5](https://github.com/chef/mixlib-shellout/tree/3.0.5) (2019-06-07)
+<!-- latest_release 3.0.6 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=3.0.4 -->
### 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)) <!-- 3.0.6 -->
- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) <!-- 3.0.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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