Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed May 20, 2014
1 parent 67b81a1 commit 67fb81b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@ omnibus Cookbook CHANGELOG
==========================
This file is used to list changes made in each version of the omnibus cookbook.

v2.1.0 (2014-05-20)
-------------------
## Feature
- Platform-specific scripts to laod omnibus toolchain/environment
- Deploy `sign-rpm` script on RHEL platform family

## Improvement
- Add proper support for Windows
- Add a group for the build user

v2.0.2 (2014-04-07)
-------------------
- Fix memory leak in string concatenation


v2.0.0
------
## Improvement
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Prepares a machine to be an Omnibus builder.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.0.3'
version '2.1.0'

supports 'centos'
supports 'debian'
Expand Down

0 comments on commit 67fb81b

Please sign in to comment.