From a7e2d813ed1763effbda15182763ee2f998777d8 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 27 Mar 2014 17:07:17 -0400 Subject: [PATCH] Version bump v3.0.0 --- CHANGELOG.md | 10 +++++----- lib/omnibus/version.rb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ba26af9..13ffca1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,14 +18,14 @@ v3.0.0 (TBD) - Update generator to create assets for pkg/dmg resources - There's a fancy new logo - Improved documentation +- Improved test coverage ### Bug fixes - - Project generators now include apt/yum as development cookbooks - - Added libc++.1.dylib as a whitelist healthcheck - - Added libgcc_s.so,1 as a whitelist healthcheck on Solaris - - Fix a bug where `extra_package_files` would break FPM - - Improved test coverage +- Project generators now include apt/yum as development cookbooks +- Added libc++.1.dylib as a whitelist healthcheck +- Added libgcc_s.so,1 as a whitelist healthcheck on Solaris +- Fix a bug where `extra_package_files` would break FPM v2.0.1 (March 18, 2014) ----------------------- diff --git a/lib/omnibus/version.rb b/lib/omnibus/version.rb index 8d2ce9c56..f135d71b6 100644 --- a/lib/omnibus/version.rb +++ b/lib/omnibus/version.rb @@ -16,5 +16,5 @@ # module Omnibus - VERSION = '2.0.1' + VERSION = '3.0.0' end