summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-12 04:20:48 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-12 04:20:48 +0000
commit43f7315c76fc5ed626185c648c7f5f454a25952a (patch)
treebe72681ec861af91c22fee730f0dc2efac97d5ac
parent90a54f769ce1fbfa4728a76bdf750d35e900f1fd (diff)
downloadmixlib-shellout-43f7315c76fc5ed626185c648c7f5f454a25952a.tar.gz
Bump version to 2.4.4 by Chef Expeditorv2.4.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 04b134f..a2d29a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 2.4.3 -->
-## [v2.4.3](https://github.com/chef/mixlib-shellout/tree/v2.4.3) (2018-12-07)
+<!-- latest_release 2.4.4 -->
+## [v2.4.4](https://github.com/chef/mixlib-shellout/tree/v2.4.4) (2018-12-12)
#### Merged Pull Requests
-- Have expeditor promote the windows gem as well [#172](https://github.com/chef/mixlib-shellout/pull/172) ([tas50](https://github.com/tas50))
+- Don&#39;t ship the readme in the gem artifact [#173](https://github.com/chef/mixlib-shellout/pull/173) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.4.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Don&#39;t ship the readme in the gem artifact [#173](https://github.com/chef/mixlib-shellout/pull/173) ([tas50](https://github.com/tas50)) <!-- 2.4.4 -->
- Have expeditor promote the windows gem as well [#172](https://github.com/chef/mixlib-shellout/pull/172) ([tas50](https://github.com/tas50)) <!-- 2.4.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 6550da6..ab6d278 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.3 \ No newline at end of file
+2.4.4 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 7e61fcd..06439e2 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.4.3".freeze
+ VERSION = "2.4.4".freeze
end
end