We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcebc1 commit bf481c4Copy full SHA for bf481c4
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [3.0.0] - 2019-12-05
10
+### Breaking Changes
11
+- Dropped support for Laravel 6 and added support for Laravel 7 ([#54](https://github.com/honeybadger-io/honeybadger-laravel/pull/54))
12
+
13
14
## [2.1.0] - 2019-12-05
15
### Added
16
- Added `pingHoneybadgerOnSuccess` method to scheduled tasks ([#49](https://github.com/honeybadger-io/honeybadger-laravel/pull/49))
src/HoneybadgerLaravel.php
@@ -7,7 +7,7 @@
class HoneybadgerLaravel
{
- const VERSION = '2.1.0';
+ const VERSION = '3.0.0';
/**
* Honeybadger factory.
0 commit comments