Skip to content

Commit

Permalink
v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jul 1, 2015
1 parent 142f0f8 commit 30af9df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog
=========

2.5.5
-----
- Ensure no unnecessary code is executed when errors should be skipped

2.5.4
-----
- Fix HHVM support for release 2.5.3
- Fix HHVM support for release 2.5.3

2.5.3
-----
- Add support for custom curl options
- Add support for custom curl options

2.5.2
-----
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.5.4',
'version' => '2.5.5',
'url' => 'https://bugsnag.com',
);
public $sendEnvironment = false;
Expand Down

0 comments on commit 30af9df

Please sign in to comment.