Skip to content

Commit

Permalink
Merge pull request #110 from DataDog/remeh/0_12_1
Browse files Browse the repository at this point in the history
Release chef-handler-datadog 0.12.1
  • Loading branch information
remeh authored Sep 30, 2019
2 parents 08c471b + da4dc05 commit 90eed9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 0.12.1 / 2019-09-30

* [BUGFIX] Fix standard error rescue in metrics sender. [#109][] [@rmoriz][]

# 0.12.0 / 2019-05-27

**This version drops the support of Chef < 12.7**
Expand Down Expand Up @@ -122,6 +126,7 @@ And all other versions were prior to this. See git history for more.
[#102]: https://github.com/DataDog/chef-handler-datadog/issues/102
[#103]: https://github.com/DataDog/chef-handler-datadog/issues/103
[#104]: https://github.com/DataDog/chef-handler-datadog/issues/104
[#109]: https://github.com/DataDog/chef-handler-datadog/issues/109
[@ABrehm264]: https://github.com/ABrehm264
[@DanielMuller]: https://github.com/DanielMuller
[@DanielRedOak]: https://github.com/DanielRedOak
Expand All @@ -140,6 +145,7 @@ And all other versions were prior to this. See git history for more.
[@mstepniowski]: https://github.com/mstepniowski
[@olivielpeau]: https://github.com/olivielpeau
[@owen]: https://github.com/owen
[@remh]: https://github.com/remh
[@remeh]: https://github.com/remeh
[@remh]: https://github.com/remh
[@rlaveycal]: https://github.com/rlaveycal
[@rmoriz]: https://github.com/rmoriz
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.12.0'
VERSION = '0.12.1'
end

0 comments on commit 90eed9a

Please sign in to comment.