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 fc595a6 commit 2866109Copy full SHA for 2866109
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.5.0] - 2021-02-15
10
+### Added
11
+- Verify SSL config ([#68](https://github.com/honeybadger-io/honeybadger-laravel/pull/68))
12
+
13
## [3.4.0] - 2020-12-17
14
### Changed
15
- Allowed some install failures ([#66])(https://github.com/honeybadger-io/honeybadger-laravel/pull/66)
src/HoneybadgerLaravel.php
@@ -7,7 +7,7 @@
class HoneybadgerLaravel
{
- const VERSION = '3.4.0';
+ const VERSION = '3.5.0';
/**
* Honeybadger factory.
0 commit comments