Skip to content

Commit

Permalink
Merge pull request #131 from DataDog/albertvaka/release-0-15
Browse files Browse the repository at this point in the history
Release 0.15
  • Loading branch information
albertvaka authored Dec 10, 2020
2 parents 337d36f + b98ad93 commit 796ee6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][]
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/chef_handler_datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 796ee6d

Please sign in to comment.