diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6b8d84e..5a3b1e47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Omnibus Ruby CHANGELOG ====================== -v2.0.0 (Unreleased) -------------------- +v2.0.0 (March, 12, 2014) +------------------------ Major changes: - `version` is now `default_version` - Added support for multiple software versions and version overrides diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 45e18a171..ef4f3a50c 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -16,5 +16,5 @@ # module Omnibus - VERSION = '2.0.0.rc1' + VERSION = '2.0.0' end