diff options
author | John Keiser <jkeiser@opscode.com> | 2014-05-26 12:35:01 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-05-26 12:35:01 -0700 |
commit | ca23638fb6807c8e0abb7472242746d2e3502c8b (patch) | |
tree | 3cd699fc19817e4749ae5ad89d7308a8ddf9fc96 /CHANGELOG.md | |
parent | 0aaab8954a2007a7bedd23a9799e76b0c03a01a4 (diff) | |
download | chef-zero-ca23638fb6807c8e0abb7472242746d2e3502c8b.tar.gz |
Bump revision to 2.1v2.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 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 |