From a53c58315c241f08e0716b65b2eeb8f640f3bd2d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 20 May 2014 13:54:06 -0400 Subject: [PATCH] Release v3.1.1 --- CHANGELOG.md | 4 ++-- lib/omnibus/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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