summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-26 12:35:01 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-26 12:35:01 -0700
commitca23638fb6807c8e0abb7472242746d2e3502c8b (patch)
tree3cd699fc19817e4749ae5ad89d7308a8ddf9fc96
parent0aaab8954a2007a7bedd23a9799e76b0c03a01a4 (diff)
downloadchef-zero-ca23638fb6807c8e0abb7472242746d2e3502c8b.tar.gz
Bump revision to 2.1v2.1
-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