Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 8, 2016
1 parent e85ed59 commit 13bc984
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.6.3
-----

### Bug Fixes

- Avoid initializing Bugsnag when no API key is set
| [Dries Vints](https://github.com/driesvints)
| [#72](https://github.com/bugsnag/bugsnag-laravel/pull/72)

1.6.2
-----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function register()
$client->setReleaseStage($app->environment());
$client->setNotifier(array(
'name' => 'Bugsnag Laravel',
'version' => '1.6.2',
'version' => '1.6.3',
'url' => 'https://github.com/bugsnag/bugsnag-laravel'
));

Expand Down
2 changes: 1 addition & 1 deletion src/Bugsnag/BugsnagLaravel/BugsnagLumenServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function register()
$client->setReleaseStage($app->environment());
$client->setNotifier(array(
'name' => 'Bugsnag Lumen',
'version' => '1.6.1',
'version' => '1.6.3',
'url' => 'https://github.com/bugsnag/bugsnag-laravel'
));

Expand Down

0 comments on commit 13bc984

Please sign in to comment.