Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
See CHANGELOG.md for details.
  • Loading branch information
miketheman committed Aug 21, 2014
1 parent 2142b65 commit 46c06ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

# 0.5.0 / Unreleased
# 0.5.0 / 2014-08-21

* [FEATURE] Place recent updated resources above stacktrace on failure, [#46][] [@miketheman][]
* [BUGFIX] Handle cases where Chef fails during compile phase, [#51][] [@miketheman][]
Expand Down
2 changes: 1 addition & 1 deletion lib/chef_handler_datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Helper module for version number only.
# Real deal in 'chef/handler/datadog.rb'
module ChefHandlerDatadog
VERSION = '0.4.0'
VERSION = '0.5.0'
end

0 comments on commit 46c06ed

Please sign in to comment.