Skip to content

Commit ef708cd

Browse files
authored
Merge pull request #636 from rollbar/release/v4.1.0-beta
Bumped version to v4.1.0-beta and updated CHANGELOG.md
2 parents 2f9eccb + 4200e5f commit ef708cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.0-beta] - 2024-03-01
11+
### Added
12+
* Added support for Telemetry by @danielmorell in #634.
13+
### Fixed
14+
* Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635.
15+
1016
## [4.0.2] - 2023-12-22
1117
### Fixed
1218
* Fixed unable to to define custom scrubber by @zinkovskiy in #554.

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.0.2";
11+
const VERSION = "4.1.0-beta";
1212

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)