Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snmaynard committed Jul 22, 2015
1 parent 60d5946 commit 43cbba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.6.1
-----
- Fix array syntax for older php

1.6.0
-----
- Move to using .env for api key in laravel 5+
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.0',
'version' => '1.6.1',
'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.0',
'version' => '1.6.1',
'url' => 'https://github.com/bugsnag/bugsnag-laravel'
));

Expand Down

0 comments on commit 43cbba2

Please sign in to comment.