File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ 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+ ## [ 3.1.0] - 2020-03-23
9+ ### Changed
10+ - Bumped [ ` honeybadger-io/honeybadger-php ` ] ( https://github.com/honeybadger-io/honeybadger-php ) to ` ^2.1 ` from ` ^2.0 `
811
9- ## [ 3.0.0] - 2019-12-05
12+ ## [ 3.0.0] - 2020-03-09
1013### Breaking Changes
1114- Dropped support for Laravel 6 and added support for Laravel 7 ([ #54 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/54 ) )
1215
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^7.2" ,
25- "honeybadger-io/honeybadger-php" : " ^2.0 " ,
25+ "honeybadger-io/honeybadger-php" : " ^2.1 " ,
2626 "sixlive/dotenv-editor" : " ^1.1" ,
2727 "illuminate/console" : " ^7.0" ,
2828 "illuminate/support" : " ^7.0"
Original file line number Diff line number Diff line change 77
88class HoneybadgerLaravel
99{
10- const VERSION = '3.0 .0 ' ;
10+ const VERSION = '3.1 .0 ' ;
1111
1212 /**
1313 * Honeybadger factory.
You can’t perform that action at this time.
0 commit comments