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 81c0b72 commit 7e9e2f9Copy full SHA for 7e9e2f9
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
+
9
+## [3.13.0] - 2022-01-22
10
### Added
11
- Support for Laravel 9 ([#93](https://github.com/honeybadger-io/honeybadger-php/pull/93))
12
src/HoneybadgerLaravel.php
@@ -12,7 +12,7 @@
13
class HoneybadgerLaravel extends Honeybadger
14
{
15
- const VERSION = '3.12.1';
+ const VERSION = '3.13.0';
16
17
// Don't forget to sync changes to this with the config file defaults
18
const DEFAULT_BREADCRUMBS = [
0 commit comments