summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 448473d..6efd22a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Chef Zero CHANGELOG
===================
+# 2.0.1 (1/3/2014)
+
+- Make playground items more semantic
+- Fix an issue where an incorrect number of parameters was passed in `environments/NAME/nodes` endpoint
+- Fix an issue where the `data_store` was not yet initialized in the server
+
# 2.0.0 (12/17/2013)
- Remove Puma (and `--socket` option)
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 4bfb9ff..1e8a95d 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end