Skip to content

Commit b71748b

Browse files
authored
Merge pull request #51 from pusher/release/2.0.1
Release 2.0.1
2 parents 417df7c + 5a21e8f commit b71748b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2.0.1
8+
### Security
9+
- Bumped `firebase/php-jwt` from `^6.0` to `^7.0` to address CVE-2025-45769;
10+
### Fixed
11+
- Bumped `doctrine/instantiator` to `^1.5.0` to resolve CI dependency conflict;
12+
- Widened `overtrue/phplint` constraint to `^4.5 || ^5.5` for PHP 8.0 compatibility;
13+
714
## 2.0.0
815
### Added
916
- Added GitHub actions;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pusher/pusher-push-notifications",
3-
"version": "2.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"require": {
66
"php": ">=8.0",

0 commit comments

Comments
 (0)