summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-07 02:00:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-07 02:00:23 +0000
commit0644e6758358710fa719907c6b9f784281a15c61 (patch)
tree05e11dc55a06dc3b1499458ad92ecc19b8c42443
parent3dd253f860a78452e195e2f0937cf6a8b24f2117 (diff)
downloadmixlib-shellout-0644e6758358710fa719907c6b9f784281a15c61.tar.gz
Bump version to 3.0.5 by Chef Expeditor3.0.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3721f97..2442a5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +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)
+
+#### Merged Pull Requests
+- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
## [v3.0.4](https://github.com/chef/mixlib-shellout/tree/v3.0.4) (2019-06-07)
diff --git a/VERSION b/VERSION
index b38ebbf..7da3c16 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.4 \ No newline at end of file
+3.0.5 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 2f9f7d4..b0bc0b5 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.4".freeze
+ VERSION = "3.0.5".freeze
end
end