From b8708e33009e0fc3e0a6001bae0c2446dd018f81 Mon Sep 17 00:00:00 2001 From: Martin Holman Date: Tue, 27 Mar 2018 17:36:34 -0700 Subject: [PATCH] Release v2.0.1 #82 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9246c..545516b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## 2.0.1 (2018-03-27) + +### Bug fixes + +* Allow the background thread used to deliver reports to be terminated + | [martin308](https://github.com/martin308) + | [#81](https://github.com/bugsnag/bugsnag-dotnet/pull/81) + ## 2.0.0 (2018-03-26) This is a major release to make the library clearer and easier to use and expand the support to new platforms. For upgrading instructions, see [the upgrading guide](UPGRADING.md#1x-to-2x).