From 79de0e46aeaddf7b6fe0ca94bfe6f07129f01a11 Mon Sep 17 00:00:00 2001 From: Kylian Serrania Date: Fri, 10 Jan 2020 15:18:12 +0100 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 9 +++++++++ lib/chef_handler_datadog.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77070e9..dd98d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +# 0.13.0 / 2020-01-10 + +* [MISC] Update dogapi gem version constraint and fix tests. [#119][] +* [MISC] Use a single test Gemfile. [#117][] +* [MISC] Move tests to CircleCI. [#116][] + # 0.12.3 / 2019-11-19 * [FEATURE] Use `api_url` to send Chef related data to extra endpoints. [#113][] [@Azoam][] @@ -137,6 +143,9 @@ And all other versions were prior to this. See git history for more. [#104]: https://github.com/DataDog/chef-handler-datadog/issues/104 [#109]: https://github.com/DataDog/chef-handler-datadog/issues/109 [#113]: https://github.com/DataDog/chef-handler-datadog/issues/113 +[#116]: https://github.com/DataDog/chef-handler-datadog/issues/116 +[#117]: https://github.com/DataDog/chef-handler-datadog/issues/117 +[#119]: https://github.com/DataDog/chef-handler-datadog/issues/119 [@ABrehm264]: https://github.com/ABrehm264 [@Azoam]: https://github.com/Azoam [@DanielMuller]: https://github.com/DanielMuller diff --git a/lib/chef_handler_datadog.rb b/lib/chef_handler_datadog.rb index 446ddd4..640e5f8 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.3' + VERSION = '0.13.0' end