summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-23 02:19:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-23 02:19:36 +0000
commitd46093a83156725f18c91422842661fc81c99eaf (patch)
tree243386c3786fb0951121b709bd88eea8b820a2be
parent07f90183ca9d5130343e3cdbac760b67424180ce (diff)
downloadmixlib-shellout-d46093a83156725f18c91422842661fc81c99eaf.tar.gz
Bump version to 3.1.2 by Chef Expeditorv3.1.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md9
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15bdc86..6973652 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release -->
+<!-- latest_release 3.1.2 -->
+## [v3.1.2](https://github.com/chef/mixlib-shellout/tree/v3.1.2) (2020-07-23)
+
+#### Merged Pull Requests
+- convert helper to default_paths API [#216](https://github.com/chef/mixlib-shellout/pull/216) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=3.1.1 -->
### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- convert helper to default_paths API [#216](https://github.com/chef/mixlib-shellout/pull/216) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.1.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.1.1](https://github.com/chef/mixlib-shellout/tree/v3.1.1) (2020-07-18)
diff --git a/VERSION b/VERSION
index 50e47c8..6ebad14 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.1 \ No newline at end of file
+3.1.2 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 3589263..2cdd02e 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.1".freeze
+ VERSION = "3.1.2".freeze
end
end