Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 28, 2016
1 parent f6552fe commit 76e628b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

2.6.1 (2016-01-28)
-----

### Bug Fixes

* Fixes an error thrown when sending an `Error` instance using PHP 7
[Petr Bugyík](https://github.com/o5)
[#110](https://github.com/bugsnag/bugsnag-php/pull/110)

2.6.0 (23 Dec 2015)
-----

Expand Down
Binary file modified build/bugsnag.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Bugsnag/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Bugsnag_Configuration
public $proxySettings = array();
public $notifier = array(
'name' => 'Bugsnag PHP (Official)',
'version' => '2.6.0',
'version' => '2.6.1',
'url' => 'https://bugsnag.com',
);
public $sendEnvironment = false;
Expand Down

0 comments on commit 76e628b

Please sign in to comment.