summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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