Skip to content

Commit bf481c4

Browse files
committed
Version 3.0.0
1 parent 3bcebc1 commit bf481c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

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+
914
## [2.1.0] - 2019-12-05
1015
### Added
1116
- Added `pingHoneybadgerOnSuccess` method to scheduled tasks ([#49](https://github.com/honeybadger-io/honeybadger-laravel/pull/49))

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class HoneybadgerLaravel
99
{
10-
const VERSION = '2.1.0';
10+
const VERSION = '3.0.0';
1111

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)