Skip to content

Commit 796ee6d

Browse files
authored
Merge pull request #131 from DataDog/albertvaka/release-0-15
Release 0.15
2 parents 337d36f + b98ad93 commit 796ee6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
# 0.15.0 / 2020-12-10
5+
6+
* [FEATURE] Allow skipping SSL verification [#130][]
7+
48
# 0.14.0 / 2020-11-09
59

610
* [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.
153157
[#119]: https://github.com/DataDog/chef-handler-datadog/issues/119
154158
[#123]: https://github.com/DataDog/chef-handler-datadog/issues/123
155159
[#124]: https://github.com/DataDog/chef-handler-datadog/issues/124
160+
[#130]: https://github.com/DataDog/chef-handler-datadog/issues/130
156161
[@ABrehm264]: https://github.com/ABrehm264
157162
[@Azoam]: https://github.com/Azoam
158163
[@DanielMuller]: https://github.com/DanielMuller
@@ -176,4 +181,4 @@ And all other versions were prior to this. See git history for more.
176181
[@remeh]: https://github.com/remeh
177182
[@remh]: https://github.com/remh
178183
[@rlaveycal]: https://github.com/rlaveycal
179-
[@rmoriz]: https://github.com/rmoriz
184+
[@rmoriz]: https://github.com/rmoriz

lib/chef_handler_datadog.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Helper module for version number only.
33
# Real deal in 'chef/handler/datadog.rb'
44
module ChefHandlerDatadog
5-
VERSION = '0.14.0'
5+
VERSION = '0.15.0'
66
end

0 commit comments

Comments
 (0)