summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-27 10:05:12 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-27 10:05:12 -0700
commit34c023f17bee57f789bf5e30cdcc3b7d73507cdd (patch)
tree27350e69c9412703a825f7414da6dada94f4943e
parentb7f683aaa1a220f017678a6d014c0bc6b3850f74 (diff)
downloadmixlib-shellout-34c023f17bee57f789bf5e30cdcc3b7d73507cdd.tar.gz
Bump version number after 2.0.0 branching.
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8ad7d6..b64b9ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,13 @@
## 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..e741dfb 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.2.0.dev.0"
end
end