From 62b28f9f29184300b606fe8f574c8667fa7251cb Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Wed, 1 Nov 2023 19:25:31 +0530 Subject: [PATCH] fixes changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33babf0a..b6a39fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,9 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This is optional (so you are not required to update your overrides). Returning undefined means that the header is not set. - Handle AWS Public URLs (ending with `.amazonaws.com`) separately while extracting TLDs for SameSite attribute. - Return `500` status instead of panic when `supertokens.Middleware` is used without initializing the SDK. -## [0.14.1] - 2023-11-1 - -- Handle AWS Public URLs (ending with `.amazonaws.com`) separately while extracting TLDs for SameSite attribute. - Updates fiber adaptor package in the fiber example. ## [0.14.0] - 2023-09-11