diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd495371..99f19af10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Omnibus Ruby CHANGELOG ====================== -Unreleased ----------- +v3.1.1 (May 20, 2014) +--------------------- - Update project generators to use new APIs. The old project generators created a project that issued deprecation warnings! - Stream build output to the debug logger. Specifying `--log-level debug` now includes **all** the build output as if you had run the command manually. - Deprecate the `OMNIBUS_APPEND_TIMESTAMP` environment variable in favor of the command line flag. This is only a deprecation, but the `OMNIBUS_APPEND_TIMESTAMP` will be removed in the next major release. diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index ed41c5900..f66130193 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -15,5 +15,5 @@ # module Omnibus - VERSION = '3.1.0' + VERSION = '3.1.1' end