summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 02:39:21 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 02:39:21 +0000
commitd9d131bdcb85458a25882d0cc65de51e5b193a75 (patch)
treef44e85c1dc7524ebe11fe94f54ffc872d0bf92a6
parent25b6e3cc1001869d55c0bc02b7461971f7cad19e (diff)
downloadmixlib-shellout-3.0.8.tar.gz
Bump version to 3.0.8 by Chef Expeditorv3.0.8
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 c4fe258..6b208c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.0.8 -->
+## [v3.0.8](https://github.com/chef/mixlib-shellout/tree/v3.0.8) (2019-12-30)
+
+#### Merged Pull Requests
+- Add Ruby 2.6/2.7 and Windows testing [#198](https://github.com/chef/mixlib-shellout/pull/198) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.7 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add Ruby 2.6/2.7 and Windows testing [#198](https://github.com/chef/mixlib-shellout/pull/198) ([tas50](https://github.com/tas50)) <!-- 3.0.8 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [3.0.7](https://github.com/chef/mixlib-shellout/tree/3.0.7) (2019-07-31)
diff --git a/VERSION b/VERSION
index 3a8b971..e46454b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.7 \ No newline at end of file
+3.0.8 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 5fa0da0..47d5497 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.7".freeze
+ VERSION = "3.0.8".freeze
end
end