summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f07d5fa..4dfbfca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.1.3 -->
-## [v3.1.3](https://github.com/chef/mixlib-shellout/tree/v3.1.3) (2020-07-28)
+<!-- latest_release 3.1.4 -->
+## [v3.1.4](https://github.com/chef/mixlib-shellout/tree/v3.1.4) (2020-08-13)
#### Merged Pull Requests
-- Fix a few typos [#217](https://github.com/chef/mixlib-shellout/pull/217) ([tas50](https://github.com/tas50))
+- Optimize requires for non-omnibus installs [#218](https://github.com/chef/mixlib-shellout/pull/218) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.1.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Optimize requires for non-omnibus installs [#218](https://github.com/chef/mixlib-shellout/pull/218) ([tas50](https://github.com/tas50)) <!-- 3.1.4 -->
- Fix a few typos [#217](https://github.com/chef/mixlib-shellout/pull/217) ([tas50](https://github.com/tas50)) <!-- 3.1.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 711ee4f..b532f3d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.3 \ No newline at end of file
+3.1.4 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 86ca81c..98842a0 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.3".freeze
+ VERSION = "3.1.4".freeze
end
end