Skip to content

Commit

Permalink
Version bump v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Dec 17, 2013
1 parent 0aaabe6 commit 59baab8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/chef_zero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefZero
VERSION = '1.7.2'
VERSION = '2.0.0'
end

0 comments on commit 59baab8

Please sign in to comment.