Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 3, 2014
1 parent 985c381 commit ac32133
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Chef Zero CHANGELOG
===================

# 2.0.1 (1/3/2014)

- Make playground items more semantic
- Fix an issue where an incorrect number of parameters was passed in `environments/NAME/nodes` endpoint
- Fix an issue where the `data_store` was not yet initialized in the server

# 2.0.0 (12/17/2013)

- Remove Puma (and `--socket` option)
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 = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit ac32133

Please sign in to comment.