summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-26 22:39:46 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-26 22:39:46 -0700
commit8c463a8424d0c028c0cb5c4ad2fadb0bfb01deb0 (patch)
tree1ea8717c3cf8648b5fa6ae973c875f94397f254c
parent03c6ab6a20014eec84a10f02792341e84dc78d3a (diff)
downloadchef-zero-8c463a8424d0c028c0cb5c4ad2fadb0bfb01deb0.tar.gz
Bump revision to 2.1.1v2.1.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b58549..cc5ec64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Chef Zero CHANGELOG
===================
+# 2.1.1 (5/26/2014)
+
+- flip defaults off in V1ToV2Adapater, allowing most chef tests to pass against 2.1.1
+
# 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.
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index a76738f..3279240 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.1'
+ VERSION = '2.1.1'
end