Skip to content

Commit f013ca9

Browse files
committed
v2.5.4
1 parent 221868f commit f013ca9

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
2.5.4
5+
-----
6+
- Fix HHVM support for release 2.5.3
7+
48
2.5.3
59
-----
610
- Add support for custom curl options

build/bugsnag.phar

33 Bytes
Binary file not shown.

src/Bugsnag/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Bugsnag_Configuration
1818
public $proxySettings = array();
1919
public $notifier = array(
2020
'name' => 'Bugsnag PHP (Official)',
21-
'version' => '2.5.3',
21+
'version' => '2.5.4',
2222
'url' => 'https://bugsnag.com',
2323
);
2424
public $sendEnvironment = false;

0 commit comments

Comments
 (0)