File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ # 0.15.0 / 2020-12-10
5
+
6
+ * [ FEATURE] Allow skipping SSL verification [ #130 ] [ ]
7
+
4
8
# 0.14.0 / 2020-11-09
5
9
6
10
* [ 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.
153
157
[ #119 ] : https://github.com/DataDog/chef-handler-datadog/issues/119
154
158
[ #123 ] : https://github.com/DataDog/chef-handler-datadog/issues/123
155
159
[ #124 ] : https://github.com/DataDog/chef-handler-datadog/issues/124
160
+ [ #130 ] : https://github.com/DataDog/chef-handler-datadog/issues/130
156
161
[ @ABrehm264 ] : https://github.com/ABrehm264
157
162
[ @Azoam ] : https://github.com/Azoam
158
163
[ @DanielMuller ] : https://github.com/DanielMuller
@@ -176,4 +181,4 @@ And all other versions were prior to this. See git history for more.
176
181
[ @remeh ] : https://github.com/remeh
177
182
[ @remh ] : https://github.com/remh
178
183
[ @rlaveycal ] : https://github.com/rlaveycal
179
- [ @rmoriz ] : https://github.com/rmoriz
184
+ [ @rmoriz ] : https://github.com/rmoriz
Original file line number Diff line number Diff line change 2
2
# Helper module for version number only.
3
3
# Real deal in 'chef/handler/datadog.rb'
4
4
module ChefHandlerDatadog
5
- VERSION = '0.14 .0'
5
+ VERSION = '0.15 .0'
6
6
end
You can’t perform that action at this time.
0 commit comments