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