Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Nov 29, 2020
1 parent e105276 commit c1c9a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.3.0] - 2020-11-29
### Added
- Support for PHP8 ([#64](https://github.com/honeybadger-io/honeybadger-laravel/pull/64))
-
## [3.2.0] - 2020-09-14
### Added
- Support for Laravel 8 ([#59](https://github.com/honeybadger-io/honeybadger-laravel/pull/59))
Expand Down
2 changes: 1 addition & 1 deletion src/HoneybadgerLaravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class HoneybadgerLaravel
{
const VERSION = '3.2.0';
const VERSION = '3.3.0';

/**
* Honeybadger factory.
Expand Down

0 comments on commit c1c9a55

Please sign in to comment.