summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2014-01-21 19:10:18 -0500
committerSeth Vargo <sethvargo@gmail.com>2014-01-21 19:10:18 -0500
commitf5db6504d4bc78d6c8a72152f87b364f70ba18c5 (patch)
treeb5abf62994fd94d69299cd11208ef41c563c48fa
parenta89a9d089f51807d0c471824ddb3c1ebd1aab895 (diff)
downloadchef-zero-1-0-stable.tar.gz
Release 1.7.3v1.7.31-0-stable
-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 52dc432..67b8233 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.7.3
+
+- Read JSON, not a file path in `from_json`
+
# 1.5.5
- Fix issue with - in term (name:a-b)
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index b0c8c68..f8e2007 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '1.7.2'
+ VERSION = '1.7.3'
end