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 236d401 commit 3d5c58bCopy full SHA for 3d5c58b
CHANGELOG.md
@@ -5,8 +5,10 @@ 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.4.0] - 2018-11-02
10
### Added
-* Installer command for PHP & Laravel
11
+* Installer command for PHP & Laravel ([#11](https://github.com/honeybadger-io/honeybadger-laravel/pull/11))
12
13
## [1.3.0] - 2018-09-13
14
src/HoneybadgerLaravel.php
@@ -7,7 +7,7 @@
class HoneybadgerLaravel
{
- const VERSION = '1.3.0';
+ const VERSION = '1.4.0';
/**
* Honeybadger factory.
0 commit comments