From 59baab81f5aa1df4dd29781612db5c183e293b52 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 17 Dec 2013 17:22:49 -0500 Subject: [PATCH] Version bump v2.0.0 --- CHANGELOG.md | 9 +++++++++ lib/chef_zero/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52dc4321..448473d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +Chef Zero CHANGELOG +=================== + +# 2.0.0 (12/17/2013) + +- Remove Puma (and `--socket` option) +- Use a cleaner threading approach +- Implement a better `running?` check + # 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 b0c8c680..4bfb9ff2 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '1.7.2' + VERSION = '2.0.0' end