File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ composer.lock
33docs
44vendor
55coverage
6- .phpunit.result.cache
6+ .phpunit.result.cache
7+ .idea /
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 3.12.0] - 2021-07-02
810### Added
911- Added custom log driver ([ #17 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/17 ) )
1012
Original file line number Diff line number Diff line change 1212
1313class HoneybadgerLaravel extends Honeybadger
1414{
15- const VERSION = '3.11 .0 ' ;
15+ const VERSION = '3.12 .0 ' ;
1616
1717 // Don't forget to sync changes to this with the config file defaults
1818 const DEFAULT_BREADCRUMBS = [
You can’t perform that action at this time.
0 commit comments