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 3efb76b commit 22cca8aCopy full SHA for 22cca8a
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.4.0] - 2020-12-17
10
+### Changed
11
+- Allowed some install failures ([#66])(https://github.com/honeybadger-io/honeybadger-laravel/pull/66)
12
+
13
## [3.3.0] - 2020-11-29
14
### Added
15
- Support for PHP8 ([#64](https://github.com/honeybadger-io/honeybadger-laravel/pull/64))
src/HoneybadgerLaravel.php
@@ -7,7 +7,7 @@
class HoneybadgerLaravel
{
- const VERSION = '3.3.0';
+ const VERSION = '3.4.0';
/**
* Honeybadger factory.
0 commit comments