summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-06 23:26:12 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-06 23:26:12 +0000
commit6a1c90b4614aed30803697589cacda24fa9b0717 (patch)
tree024254ca3a0372bb076cbcdbcd63c2225ba70022
parent20f9b8a87f65737c9b5acf3e9b32b539de78a7a2 (diff)
downloadmixlib-shellout-6a1c90b4614aed30803697589cacda24fa9b0717.tar.gz
Bump version to 3.0.4 by Chef Expeditorv3.0.4
Obvious fix; these changes are the result of automation not creative thinking.
-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 994aea2..93cc9e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.0.3 -->
-## [v3.0.3](https://github.com/chef/mixlib-shellout/tree/v3.0.3) (2019-06-06)
+<!-- latest_release 3.0.4 -->
+## [v3.0.4](https://github.com/chef/mixlib-shellout/tree/v3.0.4) (2019-06-06)
#### Merged Pull Requests
-- Support array args on windows WIP [#182](https://github.com/chef/mixlib-shellout/pull/182) ([lamont-granquist](https://github.com/lamont-granquist))
+- Load and unload user profile as required [#177](https://github.com/chef/mixlib-shellout/pull/177) ([dayglojesus](https://github.com/dayglojesus))
<!-- latest_release -->
<!-- release_rollup since=2.4.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Load and unload user profile as required [#177](https://github.com/chef/mixlib-shellout/pull/177) ([dayglojesus](https://github.com/dayglojesus)) <!-- 3.0.4 -->
- Support array args on windows WIP [#182](https://github.com/chef/mixlib-shellout/pull/182) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.3 -->
- Add BuildKite pipeline [#184](https://github.com/chef/mixlib-shellout/pull/184) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
- Add new github templates and codeowners file [#179](https://github.com/chef/mixlib-shellout/pull/179) ([tas50](https://github.com/tas50)) <!-- 3.0.1 -->
diff --git a/VERSION b/VERSION
index 282895a..b38ebbf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.3 \ No newline at end of file
+3.0.4 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index d105b77..2f9f7d4 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end