diff --git a/BugsnagBundle.php b/BugsnagBundle.php index 44ee132..f7cc252 100644 --- a/BugsnagBundle.php +++ b/BugsnagBundle.php @@ -11,5 +11,5 @@ class BugsnagBundle extends Bundle * * @return string */ - const VERSION = '1.6.1'; + const VERSION = '1.6.2'; } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc49c12..e00ad1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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