Skip to content

Commit

Permalink
Merge pull request #115 from DataDog/remeh/0_12_3
Browse files Browse the repository at this point in the history
Release 0.12.3
  • Loading branch information
remeh authored Nov 19, 2019
2 parents 9457b96 + 5e4c9e1 commit a75357b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 0.12.3 / 2019-11-19

* [FEATURE] Use `api_url` to send Chef related data to extra endpoints. [#113][] [@Azoam][]

# 0.12.2 / 2019-10-23

* [OPTIMIZE] Rescue all errors when sending/emitting from the handler. [#98][] [@borgstrom][]
Expand Down Expand Up @@ -132,7 +136,9 @@ And all other versions were prior to this. See git history for more.
[#103]: https://github.com/DataDog/chef-handler-datadog/issues/103
[#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
[@ABrehm264]: https://github.com/ABrehm264
[@Azoam]: https://github.com/Azoam
[@DanielMuller]: https://github.com/DanielMuller
[@DanielRedOak]: https://github.com/DanielRedOak
[@alq]: https://github.com/alq
Expand Down
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.12.2'
VERSION = '0.12.3'
end

0 comments on commit a75357b

Please sign in to comment.