summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2014-01-20 19:01:00 -0500
committerSeth Vargo <sethvargo@gmail.com>2014-01-20 19:01:00 -0500
commit1c87a463637b3d0c58755e2362cc8ef35b6da1fd (patch)
treef89a944ab3c10d38a3a2cf71b92ff8267eab75b2
parentc430f173de47983ed70a4fd5a53ca24821e057df (diff)
downloadchef-zero-1c87a463637b3d0c58755e2362cc8ef35b6da1fd.tar.gz
Release v2.0.2v2.0.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6efd22a..c4f45cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Chef Zero CHANGELOG
===================
+# 2.0.2 (1/20/2014)
+
+- Fix a series of typos in the README
+- Read JSON, not a file path in `from_json`
+- Fix IPV6 support
+- Remove moneta as a dependency
+
# 2.0.1 (1/3/2014)
- Make playground items more semantic
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 1e8a95d..e489eb7 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '2.0.1'
+ VERSION = '2.0.2'
end