Skip to content

Commit 3d5c58b

Browse files
committed
Version
1 parent 236d401 commit 3d5c58b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.4.0] - 2018-11-02
810
### Added
9-
* Installer command for PHP & Laravel
11+
* Installer command for PHP & Laravel ([#11](https://github.com/honeybadger-io/honeybadger-laravel/pull/11))
1012

1113
## [1.3.0] - 2018-09-13
1214
### Added

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 = '1.3.0';
10+
const VERSION = '1.4.0';
1111

1212
/**
1313
* Honeybadger factory.

0 commit comments

Comments
 (0)