From 3f295bdc84d87c44ba43b3b03b7a2bf436af455a Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Thu, 9 Nov 2017 13:41:08 +0000 Subject: [PATCH] v6.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1705038e..0821f17b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ Changelog ========= +## 6.0.0 (09 Nov 2017) + +This notifier has been extensively re-written to make it easier to add new integrations and maintain in the future. This has led to several changes that are not backwards compatible. Please refer to the [upgrading guide](https://github.com/bugsnag/bugsnag-ruby/blob/master/UPGRADING.md) for more information. + +### Enhancements + +* General notifier re-write + | [#320](https://github.com/bugsnag/bugsnag-ruby/pull/320) + | [#378](https://github.com/bugsnag/bugsnag-ruby/pull/378) + | [#368](https://github.com/bugsnag/bugsnag-ruby/pull/368) + | [#381](https://github.com/bugsnag/bugsnag-ruby/pull/381) + | [#385](https://github.com/bugsnag/bugsnag-ruby/pull/385) + | [#386](https://github.com/bugsnag/bugsnag-ruby/pull/386) + +* Added Upgrade guide + | [#370](https://github.com/bugsnag/bugsnag-ruby/pull/370) + +* Did-you-mean suggestions middleware + | [#372](https://github.com/bugsnag/bugsnag-ruby/pull/372) + +* Updated examples + | [#374](https://github.com/bugsnag/bugsnag-ruby/pull/374) + ## 5.5.0 (09 Nov 2017) ### Enhancements diff --git a/VERSION b/VERSION index d50359de1..f4965a313 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.5.0 +6.0.0 \ No newline at end of file