summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48ab14d..3b58549 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
Chef Zero CHANGELOG
===================
-# Unreleased
+# 2.1 (5/26/2014)
- **Multi-tenancy!** If you set :single_org => nil when starting the server, you will gain /organizations/* at the beginning of all URLs. Internally, all endpoints are rooted at /organizations/ORG anyway, there is just a translation that goes on to add /organizations/single_org to the URL when someone hits chef-zero.
- Fixes to support chef-zero local mode passing pedant
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index e489eb7..a76738f 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.0.2'
+ VERSION = '2.1'
end