From b98ad933fa7d1676a4e0c321c65c68213577cd80 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Thu, 10 Dec 2020 14:59:49 +0100 Subject: [PATCH] Release 0.15 Update version and changelog --- CHANGELOG.md | 7 ++++++- lib/chef_handler_datadog.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3475753..99cd4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changes ======= +# 0.15.0 / 2020-12-10 + +* [FEATURE] Allow skipping SSL verification [#130][] + # 0.14.0 / 2020-11-09 * [MISC] Update dogapi gem dependency from 1.38 to 1.42. [#124][] @@ -153,6 +157,7 @@ And all other versions were prior to this. See git history for more. [#119]: https://github.com/DataDog/chef-handler-datadog/issues/119 [#123]: https://github.com/DataDog/chef-handler-datadog/issues/123 [#124]: https://github.com/DataDog/chef-handler-datadog/issues/124 +[#130]: https://github.com/DataDog/chef-handler-datadog/issues/130 [@ABrehm264]: https://github.com/ABrehm264 [@Azoam]: https://github.com/Azoam [@DanielMuller]: https://github.com/DanielMuller @@ -176,4 +181,4 @@ And all other versions were prior to this. See git history for more. [@remeh]: https://github.com/remeh [@remh]: https://github.com/remh [@rlaveycal]: https://github.com/rlaveycal -[@rmoriz]: https://github.com/rmoriz +[@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 8951d41..941965c 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.14.0' + VERSION = '0.15.0' end