CHANGELOG.md in exception_handling-2.7.0.pre.1 vs CHANGELOG.md in exception_handling-2.7.0

- old
+ new

@@ -2,16 +2,16 @@ 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.7.0] - Unreleased +## [2.7.0] - 2020-10-14 ### Added - Added `LoggingMethods` as a replacement for `Methods` without setting controller or checking for long controller action. ### Deprecated - Deprecated `Methods` in favor of `LoggingMethods`. -## [2.6.1] - Unreleased +## [2.6.1] - 2020-10-14 ### Fixed - Fixed honeybadger_context_data to always merge `current_context_for_thread`, even if `log_context:` is passed as `nil`. ## [2.6.0] - 2020-08-26 ### Changed