CHANGELOG.md in exception_handling-2.11.2 vs CHANGELOG.md in exception_handling-2.11.3
- 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.3] - 2022-04-07
+### Fixed
+- Fixed bug in ruby 2.7+ where `digest` was not required by default
+
## [2.11.2] - 2022-04-04
### Fixed
- Fixed Ruby 3+ bug where arguments where not being passed using ** operator when writing to the logger
## [2.11.1] - 2022-04-04
@@ -85,9 +89,10 @@
## [2.4.1] - 2020-04-29
### Changed
- No longer depends on hobo_support. Uses invoca-utils 0.3 instead.
+[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
[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