Skip to content

Commit 2866109

Browse files
committed
Version 3.5.0
1 parent fc595a6 commit 2866109

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.5.0] - 2021-02-15
10+
### Added
11+
- Verify SSL config ([#68](https://github.com/honeybadger-io/honeybadger-laravel/pull/68))
12+
913
## [3.4.0] - 2020-12-17
1014
### Changed
1115
- Allowed some install failures ([#66])(https://github.com/honeybadger-io/honeybadger-laravel/pull/66)

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

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)