CHANGELOG.md in exception_handling-2.15.0 vs CHANGELOG.md in exception_handling-2.16.0
- old
+ new
@@ -2,10 +2,14 @@
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.16.0] - 2023-05-01
+### Added
+- Add interface for automatically adding honeybadger tags `ExceptionHandling.honeybadger_auto_tagger=`
+
## [2.15.0] - 2023-03-07
### Added
- Added support for ActionMailer 7.x
- Added support for ActionPack 7.x
- Added support for ActiveSupport 7.x
@@ -107,9 +111,10 @@
## [2.4.1] - 2020-04-29
### Changed
- No longer depends on hobo_support. Uses invoca-utils 0.3 instead.
+[2.16.0]: https://github.com/Invoca/exception_handling/compare/v2.15.0...v2.16.0
[2.15.0]: https://github.com/Invoca/exception_handling/compare/v2.14.0...v2.15.0
[2.14.0]: https://github.com/Invoca/exception_handling/compare/v2.13.0...v2.14.0
[2.13.0]: https://github.com/Invoca/exception_handling/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/Invoca/exception_handling/compare/v2.11.3...v2.12.0
[2.11.3]: https://github.com/Invoca/exception_handling/compare/v2.11.2...v2.11.3