Skip to content

Commit

Permalink
Merge pull request #629 from rollbar/release/v4.0.1
Browse files Browse the repository at this point in the history
Release v4.0.1 and CHANGELOG.md entries
  • Loading branch information
danielmorell authored Apr 28, 2023
2 parents ac79865 + d85726e commit 4e82969
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1] - 2023-04-28
### Added
* Added response status code to verbose log message fixing #613 by
@danielmorell in #614.
### Fixed
* Fixed #617 `RollbarLogger:log()` not compatible with psr/log 1 by
@danielmorell in #623.
### Maintenance
* Added missing CI workflow for v3.x by @danielmorell in #616.
* Added Phpunit 10 result folder to .gitignore by @Chris53897 in #625.
* Updated test dependencies to fix generated mock class type annotation error by
@danielmorell in #627.
* Fixed duplicate Psalm config and silenced unnecessary warnings by @Chris53897
in #622.
* Fixed test helper method `ArrayLogger:log()` psr/log 1 compatability by
@danielmorell in #626.
* Fixed the CI status badge in the README.md file. by @danielmorell in #628.

## [4.0.0] - 2023-03-20
### Added
* PHP 8 language level mitigations, add typehints by @Chris8934 in #569.
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.0";
const VERSION = "4.0.1";

use UtilitiesTrait;

Expand Down

0 comments on commit 4e82969

Please sign in to comment.