Skip to content

Commit

Permalink
Update version and changelog for 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed May 18, 2015
1 parent fa54063 commit fdf63f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Chef Zero CHANGELOG
===================

# Unrelesed
# 4.2.2

* [PR#133](https://github.com/chef/chef-zero/pull/133): Fix RSpec
helpers to use `chef_zero_opts` from let binding.
* [PR#131](https://github.com/chef/chef-zero/pull/131): Adding new
`server_on_port` method to the socketless server map.

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 = '4.2.1'
VERSION = '4.2.2'
end

0 comments on commit fdf63f1

Please sign in to comment.