From f87c5f46d7954c87791a23352437df5065d4e37a Mon Sep 17 00:00:00 2001 From: tuhin-thinks Date: Sat, 21 Sep 2024 16:16:41 +0530 Subject: [PATCH] changed CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e11d4b4..127eea42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> +## [unreleased] +### Fixed +* #1496 Fix error when Bearer token string is empty but preceded by `Bearer` keyword. + ## [3.0.1] - 2024-09-07 ### Fixed * #1491 Fix migration error when there are pre-existing Access Tokens.