Skip to content

Commit

Permalink
Release v1.6.2 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Feb 26, 2020
1 parent 2f3315b commit c6a2c76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BugsnagBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ class BugsnagBundle extends Bundle
*
* @return string
*/
const VERSION = '1.6.1';
const VERSION = '1.6.2';
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Changelog
=========

## 1.6.2 (2020-02-26)

### Bug Fixes

* Added support for PHP 7.4
[#104](https://github.com/bugsnag/bugsnag-symfony/pull/104)

## 1.6.1 (2020-01-06)

### Fixes
### Bug Fixes

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

### Bug Fixes

* Added support for PHP 7.2 and 7.3
[#87](https://github.com/bugsnag/bugsnag-symfony/pull/87)

## 1.5.1 (2019-06-24)

### Bug Fixes
Expand Down

0 comments on commit c6a2c76

Please sign in to comment.