CHANGELOG.md in exception_handling-2.11.0 vs CHANGELOG.md in exception_handling-2.11.1

- 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.11.1] - 2022-04-04 +### Fixed +- Fixed bug in ruby 3+ where `contextual_logger` was missing ruby 3+ support + ## [2.11.0] - 2022-03-29 ### Added - Added support for rails 2.7 and 3+ ### Removed @@ -77,9 +81,12 @@ ## [2.4.1] - 2020-04-29 ### Changed - No longer depends on hobo_support. Uses invoca-utils 0.3 instead. +[2.11.1]: https://github.com/Invoca/exception_handling/compare/v2.11.0...v2.11.1 +[2.11.0]: https://github.com/Invoca/exception_handling/compare/v2.10.0...v2.11.0 +[2.10.0]: https://github.com/Invoca/exception_handling/compare/v2.9.0...v2.10.0 [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