diff --git a/CHANGELOG.md b/CHANGELOG.md index 4590a4e..1edc5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.0.1 +### Security +- Bumped `firebase/php-jwt` from `^6.0` to `^7.0` to address CVE-2025-45769; +### Fixed +- Bumped `doctrine/instantiator` to `^1.5.0` to resolve CI dependency conflict; +- Widened `overtrue/phplint` constraint to `^4.5 || ^5.5` for PHP 8.0 compatibility; + ## 2.0.0 ### Added - Added GitHub actions; diff --git a/composer.json b/composer.json index 9258af2..e84251b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pusher/pusher-push-notifications", - "version": "2.0", + "version": "2.0.1", "license": "MIT", "require": { "php": ">=8.0",