CHANGELOG.md in exception_handling-2.14.0 vs CHANGELOG.md in exception_handling-2.15.0
- old
+ new
@@ -1,11 +1,17 @@
# CHANGELOG for `exception_handling`
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).
+**Note:** this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [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
+
## [2.14.0] - 2023-02-22
### Added
- Added support for plumbing tags through to honeybadger via the `honeybadger_tags` log context parameter
## [2.13.0] - 2022-09-15
@@ -101,9 +107,10 @@
## [2.4.1] - 2020-04-29
### Changed
- No longer depends on hobo_support. Uses invoca-utils 0.3 instead.
+[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
[2.11.2]: https://github.com/Invoca/exception_handling/compare/v2.11.1...v2.11.2