Skip to content

Commit

Permalink
Merge pull request #636 from rollbar/release/v4.1.0-beta
Browse files Browse the repository at this point in the history
Bumped version to v4.1.0-beta and updated CHANGELOG.md
  • Loading branch information
danielmorell authored Mar 1, 2024
2 parents 2f9eccb + 4200e5f commit ef708cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0-beta] - 2024-03-01
### Added
* Added support for Telemetry by @danielmorell in #634.
### Fixed
* Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635.

## [4.0.2] - 2023-12-22
### Fixed
* Fixed unable to to define custom scrubber by @zinkovskiy in #554.
Expand Down
2 changes: 1 addition & 1 deletion src/Payload/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Notifier implements SerializerInterface
{
const NAME = "rollbar-php";
const VERSION = "4.0.2";
const VERSION = "4.1.0-beta";

use UtilitiesTrait;

Expand Down

0 comments on commit ef708cd

Please sign in to comment.