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 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