From da4dc05073919461ae49f769d4284e80e0f456be Mon Sep 17 00:00:00 2001 From: Remy Mathieu Date: Mon, 30 Sep 2019 10:18:17 +0200 Subject: [PATCH] Release chef-handler-datadog 0.12.1 --- CHANGELOG.md | 8 +++++++- lib/chef_handler_datadog.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb122eb..7122e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** @@ -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 @@ -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 \ No newline at end of file diff --git a/lib/chef_handler_datadog.rb b/lib/chef_handler_datadog.rb index 1ce42a3..e2714b0 100644 --- a/lib/chef_handler_datadog.rb +++ b/lib/chef_handler_datadog.rb @@ -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