Skip to content

Commit d680ae2

Browse files
committed
Version 3.2.0
1 parent e9d3fe6 commit d680ae2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
913
## [3.1.0] - 2020-03-23
1014
### Changed
1115
- Bumped [`honeybadger-io/honeybadger-php`](https://github.com/honeybadger-io/honeybadger-php) to `^2.1` from `^2.0`

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 = '3.1.0';
10+
const VERSION = '3.2.0';
1111

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)