diff options
author | John Keiser <jkeiser@opscode.com> | 2014-08-28 17:27:06 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-08-28 17:27:06 -0700 |
commit | 7be3e24801f8784928f635c679854cb4bf9871da (patch) | |
tree | 96749aa620143e050bd9ff451e6256e0e15ab8da | |
parent | 8e2071173eab890a0d52197f4da52e7ff39c8c8b (diff) | |
download | chef-zero-7be3e24801f8784928f635c679854cb4bf9871da.tar.gz |
Bump revision to 3.1v3.1
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | lib/chef_zero/version.rb | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 578bb31..12ca749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Chef Zero CHANGELOG =================== +# 3.1 (8/28/2014) + +- New rspec data directives: organization, acl, group, container +- Fix organizations POST to honor full_name +- Fixes for enterprise rspec data loading +- Fix invites not removing the invite when user is forcibly added to an org + # 3.0 (7/22/2014) - Enterprise Chef support (organizations, ACLs, groups, much more) diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index ef5c72b..6231c48 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '3.0' + VERSION = '3.1' end |