From f5a2e45f5c73b6c43bdf3b7614d28faa0d04fa23 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Fri, 1 Sep 2023 15:33:58 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe55eab..0ea4b2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -506,6 +506,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 } ``` +### SDK and core compatibility + +- Compatible with Core>=6.0.0 (CDI 4.0) +- Compatible with frontend SDKs: + - supertokens-auth-react@0.34.0 + - supertokens-web-js@0.7.0 + - supertokens-website@17.0.2 + ## [0.12.10] - 2023-07-31 - Fixes error handling with regenerate access token when the access token of the session is revoked.