Skip to content

Commit 16e5514

Browse files
authored
Merge pull request #668 from rollbar/release/v4.2.0
Release v4.2.0
2 parents 8a0dab4 + 7308f8e commit 16e5514

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [4.2.0] - 2025-11-24
11+
### Added
12+
* Added support for PHP 8.5. @danielmorell #667.
913
### Changed
1014
* Query strings no longer forced strings to have percent encoding.
11-
### Fixed
15+
### Fixed
1216
* Fixed #463 PII can be leaked if nested query string keys are out of order.
1317

1418
## [4.1.4] - 2025-09-26

src/Payload/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Notifier implements SerializerInterface
99
{
1010
const NAME = "rollbar-php";
11-
const VERSION = "4.1.4";
11+
const VERSION = "4.2.0";
1212

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)