Skip to content

Commit 128a0a3

Browse files
CawllecAlex Moinet
andauthored
Release 1.14.3 (#184)
Co-authored-by: Alex Moinet <alex.moinet@SBUK0FPXQGW.local>
1 parent 8b047a8 commit 128a0a3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.14.2';
14+
const VERSION = '1.14.3';
1515
}

CHANGELOG.md

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

4+
## v1.14.3 (2025-01-30)
5+
6+
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
7+
deprecated features by:
8+
- Removing type annotations from parameters defaulting to `null`. Comment type annotations will continue to be present and accurate
9+
10+
### Fixes
11+
12+
* Ensure PHP 8.4 compatibility
13+
[#183](https://github.com/bugsnag/bugsnag-symfony/pull/183)
14+
415
## 1.14.2 (2024-06-06)
516

617
### Bug Fixes

0 commit comments

Comments
 (0)