Skip to content

Commit c6a2c76

Browse files
Release v1.6.2 (#106)
1 parent 2f3315b commit c6a2c76

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

BugsnagBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ class BugsnagBundle extends Bundle
1111
*
1212
* @return string
1313
*/
14-
const VERSION = '1.6.1';
14+
const VERSION = '1.6.2';
1515
}

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
Changelog
22
=========
33

4+
## 1.6.2 (2020-02-26)
5+
6+
### Bug Fixes
7+
8+
* Added support for PHP 7.4
9+
[#104](https://github.com/bugsnag/bugsnag-symfony/pull/104)
10+
411
## 1.6.1 (2020-01-06)
512

6-
### Fixes
13+
### Bug Fixes
714

815
* Fix potential issue with ExceptionEvent missing getThrowable method in Symfony 4.3.
916
Additionally adds InvalidArgumentException in the case the event is triggered with an incorrect class.
@@ -23,6 +30,11 @@ Changelog
2330
[Loïck Piera](https://github.com/pyrech)
2431
[#93](https://github.com/bugsnag/bugsnag-symfony/pull/93)
2532

33+
### Bug Fixes
34+
35+
* Added support for PHP 7.2 and 7.3
36+
[#87](https://github.com/bugsnag/bugsnag-symfony/pull/87)
37+
2638
## 1.5.1 (2019-06-24)
2739

2840
### Bug Fixes

0 commit comments

Comments
 (0)