From 001d6483d05240bb40e44f5f64c801b58cdead1e Mon Sep 17 00:00:00 2001 From: KShivendu Date: Wed, 20 Sep 2023 10:37:43 +0530 Subject: [PATCH] chores: Mention SDK and core versions compatible after 0.15 migration --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fe645fd..461fea709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -537,6 +537,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.14.8] - 2023-07-07 ## Fixes