Skip to content

Commit 6bf261a

Browse files
committed
v1.4.0
1 parent a5ead53 commit 6bf261a

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
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
1.4.0
5+
-----
6+
- Better laravel 5 support!
7+
48
1.3.0
59
-----
610
- Laravel 5 support!

src/Bugsnag/BugsnagLaravel/BugsnagLaravelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function register()
5959
$client->setReleaseStage($app->environment());
6060
$client->setNotifier(array(
6161
'name' => 'Bugsnag Laravel',
62-
'version' => '1.3.0',
62+
'version' => '1.4.0',
6363
'url' => 'https://github.com/bugsnag/bugsnag-laravel'
6464
));
6565

0 commit comments

Comments
 (0)