diff --git a/CHANGELOG.md b/CHANGELOG.md index f4753815..1c01236b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/build/bugsnag.phar b/build/bugsnag.phar index 2888fe58..3c55b079 100644 Binary files a/build/bugsnag.phar and b/build/bugsnag.phar differ diff --git a/src/Bugsnag/Configuration.php b/src/Bugsnag/Configuration.php index 0813e5b9..a7256456 100644 --- a/src/Bugsnag/Configuration.php +++ b/src/Bugsnag/Configuration.php @@ -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;