summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-27 07:22:09 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-27 07:22:09 -0700
commit51a1893b47ddacb086e838e965b26d0eefdf39a1 (patch)
tree0ef613c38d8482191a13a9ea994a1b3ca3f86a2e
parenta2ed7c6cfefeb94fe2831093b35196f7ac123383 (diff)
downloadchef-zero-51a1893b47ddacb086e838e965b26d0eefdf39a1.tar.gz
Bump revision to 2.1.2v2.1.2
-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 cc5ec64..ace7dca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Chef Zero CHANGELOG
===================
+# 2.1.2 (5/27/2014)
+
+- fix build_uri (and thus cookbook downloads)
+
# 2.1.1 (5/26/2014)
- flip defaults off in V1ToV2Adapater, allowing most chef tests to pass against 2.1.1
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 3279240..ce8b96f 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.1.1'
+ VERSION = '2.1.2'
end