summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-27 10:04:11 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-27 10:04:11 -0700
commit31916614affeb52d8a876e6482b2a6a6781611a1 (patch)
tree7b02d3ab0c1a076f58674f2922047acc4252733a
parentb7f683aaa1a220f017678a6d014c0bc6b3850f74 (diff)
downloadmixlib-shellout-2.0.0.rc.1.tar.gz
Bump version for a new RC.2.0.0.rc.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8ad7d6..92e9e95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,12 @@
# mixlib-shellout Changelog
-## Unreleased
+## Release: 2.0.0
* remove LC_ALL=C default setting, consumers should now set this if they
still need it.
* Change the minimum required version of Ruby to >= 1.9.3.
-## Last Release: 1.6.0
+## Release: 1.6.0
* [**Steven Proctor**:](https://github.com/stevenproctor)
Updated link to posix-spawn in README.md.
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 7237753..eb7f317 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.0.0.rc.0"
+ VERSION = "2.0.0.rc.1"
end
end