From f95578b393488527b7098b629f571c72a715c7d7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 15:44:30 +0000 Subject: [PATCH 1/2] chore(main): release 6.5.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9242bd30..b04469ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.5.0](https://github.com/firebase/php-jwt/compare/v6.4.0...v6.5.0) (2023-05-12) + + +### Bug Fixes + +* Allow KID index 0 ([be6eb58](https://github.com/firebase/php-jwt/commit/be6eb589e86b0f8ca9e050765b3375dfab5bf91e)) +* Allow KID index 0 ([4543842](https://github.com/firebase/php-jwt/commit/4543842ca47254de7d2d04b8771a8528690cb00a)) +* allow KID of '0' ([#505](https://github.com/firebase/php-jwt/issues/505)) ([9dc46a9](https://github.com/firebase/php-jwt/commit/9dc46a9c3e5801294249cfd2554c5363c9f9326a)) + + +### Miscellaneous Chores + +* release 6.5.0 ([52cd980](https://github.com/firebase/php-jwt/commit/52cd98075cc2b53e780e0fd4e82a0f91f0dab25f)) + ## [6.4.0](https://github.com/firebase/php-jwt/compare/v6.3.2...v6.4.0) (2023-02-08) From e9cfb8f2f8ee7b361fc3f046f78cd6f383312c58 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 12 May 2023 08:46:18 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04469ae..35e97fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,12 @@ ### Bug Fixes -* Allow KID index 0 ([be6eb58](https://github.com/firebase/php-jwt/commit/be6eb589e86b0f8ca9e050765b3375dfab5bf91e)) -* Allow KID index 0 ([4543842](https://github.com/firebase/php-jwt/commit/4543842ca47254de7d2d04b8771a8528690cb00a)) * allow KID of '0' ([#505](https://github.com/firebase/php-jwt/issues/505)) ([9dc46a9](https://github.com/firebase/php-jwt/commit/9dc46a9c3e5801294249cfd2554c5363c9f9326a)) ### Miscellaneous Chores -* release 6.5.0 ([52cd980](https://github.com/firebase/php-jwt/commit/52cd98075cc2b53e780e0fd4e82a0f91f0dab25f)) +* drop support for PHP 7.3 ([#495](https://github.com/firebase/php-jwt/issues/495)) ## [6.4.0](https://github.com/firebase/php-jwt/compare/v6.3.2...v6.4.0) (2023-02-08)