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 e9d3fe6 commit d680ae2Copy full SHA for d680ae2
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [3.2.0] - 2020-09-14
10
+### Added
11
+- Support for Laravel 8 ([#59](https://github.com/honeybadger-io/honeybadger-laravel/pull/59))
12
+
13
## [3.1.0] - 2020-03-23
14
### Changed
15
- Bumped [`honeybadger-io/honeybadger-php`](https://github.com/honeybadger-io/honeybadger-php) to `^2.1` from `^2.0`
src/HoneybadgerLaravel.php
@@ -7,7 +7,7 @@
class HoneybadgerLaravel
{
- const VERSION = '3.1.0';
+ const VERSION = '3.2.0';
/**
* Honeybadger factory.
0 commit comments