Skip to content

Commit 452eccd

Browse files
GrahamCampbellkattrali
authored andcommitted
Release v3.0.1 (#296)
1 parent 919ef91 commit 452eccd

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
Changelog
22
=========
33

4+
## 3.0.1 (2016-07-08)
5+
6+
### Bug Fixes
7+
8+
* Lowered the minimum PHP version to 5.5.0
9+
[Graham Campbell](https://github.com/GrahamCampbell)
10+
[#295](https://github.com/bugsnag/bugsnag-php/pull/295)
11+
412
## 3.0.0 (2016-07-07)
513

614
This is a major refactor to make the library clearer and easier to use. The
715
minimum PHP version supported has been updated to 5.5.9. For upgrading
816
instructions, see
917
[the upgrading guide](https://github.com/bugsnag/bugsnag-php/blob/master/UPGRADING.md#2x-to-3x).
1018

11-
1219
### Enhancements
1320

1421
* Added a pipeline system for loading request information, app information, and
@@ -31,7 +38,6 @@ instructions, see
3138

3239
* Every bug
3340

34-
3541
## 2.9.1 (2016-07-06)
3642

3743
### Bug Fixes

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Configuration
6262
*/
6363
protected $notifier = [
6464
'name' => 'Bugsnag PHP (Official)',
65-
'version' => '3.0.0',
65+
'version' => '3.0.1',
6666
'url' => 'https://bugsnag.com',
6767
];
6868

0 commit comments

Comments
 (0)