CHANGELOG.md in exception_handling-2.16.0 vs CHANGELOG.md in exception_handling-2.17.0.pre.tstarck.1
- old
+ new
@@ -2,9 +2,22 @@
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.17.0] - Unreleased
+### Added
+- Add interface for tagging exceptions sent to honeybadger with values from the log context.
+ - `ExceptionHandling.add_honeybadger_tag_from_log_context`
+- Added Ruby 3.2 and 3.3 to the CI test matrix
+
+### Changed
+- Require ruby version 2.7 or greater
+
+### Removed
+- Removed Ruby versions 2.5 and 2.6 from the CI test matrix.
+
+
## [2.16.0] - 2023-05-01
### Added
- Add interface for automatically adding honeybadger tags `ExceptionHandling.honeybadger_auto_tagger=`
## [2.15.0] - 2023-03-07