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 db546bf commit 553c711Copy full SHA for 553c711
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
+## [1.3.0] - 2018-09-13
10
### Added
11
* Support for Laravel 5.7 ([#13](https://github.com/honeybadger-io/honeybadger-laravel/pull/13))
12
src/HoneybadgerLaravel.php
@@ -6,7 +6,7 @@
class HoneybadgerLaravel
{
- const VERSION = '1.2.0';
+ const VERSION = '1.3.0';
public function make($config)
0 commit comments