summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-02-11 15:50:01 -0800
committerJohn Keiser <john@johnkeiser.com>2015-02-11 15:50:01 -0800
commit170fb9679f0264b2f396dce3044c2867f4e0aca9 (patch)
tree829f6813085a4d49c0adfa58a174fddde875befe
parent9b596f2eb89dbe4c36d2c0ce0ecb65144a42925d (diff)
downloadchef-zero-170fb9679f0264b2f396dce3044c2867f4e0aca9.tar.gz
Bump revision to 4.0v4.0
-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 72165d4..26dfc27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Chef Zero CHANGELOG
===================
+# 4.0 (2/11/2014)
+
+- Add policyfile endpoints
+- Remove Ruby 1.8 and 1.9 support
+
# 3.2 (9/26/2014)
- removed 'json' gem dependency, replaced it with 'ffi-yajl'
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 785272e..9235e9d 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '3.2.1'
+ VERSION = '4.0'
end