CHANGELOG.md in exception_handling-2.8.1 vs CHANGELOG.md in exception_handling-2.9.0.pre.1

- old
+ new

@@ -2,15 +2,19 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.8.1] - Unreleased +## [2.9.0] - Unreleased ### Added +- Automatically registers with the `escalate` gem's `on_escalate` callback. + +## [2.8.1] - 2020-12-01 +### Added - If the `log_context` key `honeybadger_grouping:` is set, pass that value to the `controller:` keyword argument of `HoneyBadger.notify`. -## [2.8.0] - Unreleased +## [2.8.0] - 2020-10-19 ### Deprecated - Deprecated Email Escalation Methods: `escalate_to_production_support`, `escalate_error`, `escalate_warning`, `ensure_escalation` ## [2.7.0] - 2020-10-14 ### Added @@ -58,9 +62,10 @@ ## [2.4.1] - 2020-04-29 ### Changed - No longer depends on hobo_support. Uses invoca-utils 0.3 instead. +[2.9.0]: https://github.com/Invoca/exception_handling/compare/v2.8.1...v2.9.0 [2.8.1]: https://github.com/Invoca/exception_handling/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/Invoca/exception_handling/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/Invoca/exception_handling/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/Invoca/exception_handling/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/Invoca/exception_handling/compare/v2.5.0...v2.6.0