Skip to content

Commit

Permalink
Merge pull request #112 from DataDog/remeh/0_12_2
Browse files Browse the repository at this point in the history
Prepare release 0.12.2
  • Loading branch information
remeh authored Oct 23, 2019
2 parents 452d133 + 18ec25a commit de5bd84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 0.12.2 / 2019-10-23

* [OPTIMIZE] Rescue all errors when sending/emitting from the handler. [#98][] [@borgstrom][]

# 0.12.1 / 2019-09-30

* [BUGFIX] Fix standard error rescue in metrics sender. [#109][] [@rmoriz][]
Expand Down Expand Up @@ -122,6 +126,7 @@ And all other versions were prior to this. See git history for more.
[#93]: https://github.com/DataDog/chef-handler-datadog/issues/93
[#96]: https://github.com/DataDog/chef-handler-datadog/issues/96
[#97]: https://github.com/DataDog/chef-handler-datadog/issues/97
[#98]: https://github.com/DataDog/chef-handler-datadog/issues/98
[#101]: https://github.com/DataDog/chef-handler-datadog/issues/101
[#102]: https://github.com/DataDog/chef-handler-datadog/issues/102
[#103]: https://github.com/DataDog/chef-handler-datadog/issues/103
Expand All @@ -133,6 +138,7 @@ And all other versions were prior to this. See git history for more.
[@alq]: https://github.com/alq
[@andrewjamesbrown]: https://github.com/andrewjamesbrown
[@bigbam505]: https://github.com/bigbam505
[@borgstrom]: https://github.com/borgstrom
[@datwiz]: https://github.com/datwiz
[@david-ds]: https://github.com/david-ds
[@degemer]: https://github.com/degemer
Expand All @@ -148,4 +154,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.12.1'
VERSION = '0.12.2'
end

0 comments on commit de5bd84

Please sign in to comment.