summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/chef_zero/version.rb2
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