diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e43aa..4c382bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All Notable changes to `oauth2-apple` will be documented in this file -## 0.3.0 - 202X-XX-XX +## 0.4.0 - 202X-XX-XX ### Added - Nothing @@ -18,6 +18,14 @@ All Notable changes to `oauth2-apple` will be documented in this file ### Security - Nothing +## 0.3.0 - 2024-05-18 + +### Added +- Allow lcobucci/jwt ^5.0 [#44](https://github.com/patrickbussmann/oauth2-apple/pull/44) + +### Fixed +- Handle different JWT::decode signatures [#54](https://github.com/patrickbussmann/oauth2-apple/pull/54) + ## 0.2.10 - 2022-10-01 ### Added diff --git a/composer.json b/composer.json index a3319de..6674efa 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.3.x-dev" + "dev-master": "0.4.x-dev" } } }