File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 3.7.0] - 2021-03-09
10+ ### Added
11+ - Added ability to enable job pings on specific environments ([ #73 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/73 ) )
12+ - Include the PHP SDK version in error reports ([ #75 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/75 ) )
13+ - Added the ` @honeybadgerError ` and ` @honeybadgerFeedback ` Blade directives ([ #76 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/76 ) )
14+
915## [ 3.6.0] - 2021-02-19
1016### Added
1117- Log ServiceExceptions rather than crash ([ #70 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/70 ) )
Original file line number Diff line number Diff line change 1111
1212class HoneybadgerLaravel extends Honeybadger
1313{
14- const VERSION = '3.6 .0 ' ;
14+ const VERSION = '3.7 .0 ' ;
1515
1616 public static function make (array $ config ): Reporter
1717 {
You can’t perform that action at this time.
0 commit comments