summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ace7dca..d302d06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Chef Zero CHANGELOG
===================
+# 2.1.3 (5/27/2014)
+
+- rspec: default port to 8900 to not conflict with normal default port
+- rspec: when chef_zero_opts is set, check if current server has those options before continuing
+
# 2.1.2 (5/27/2014)
- fix build_uri (and thus cookbook downloads)
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index ce8b96f..66a7a25 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.1.2'
+ VERSION = '2.1.3'
end