Skip to content

Commit 22cca8a

Browse files
committed
Version 3.4.0
1 parent 3efb76b commit 22cca8a

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.4.0] - 2020-12-17
10+
### Changed
11+
- Allowed some install failures ([#66])(https://github.com/honeybadger-io/honeybadger-laravel/pull/66)
12+
913
## [3.3.0] - 2020-11-29
1014
### Added
1115
- Support for PHP8 ([#64](https://github.com/honeybadger-io/honeybadger-laravel/pull/64))

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.3.0';
10+
const VERSION = '3.4.0';
1111

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)