Skip to content

Commit 92a1104

Browse files
committed
chores: Bump version to 0.12.0 with other relevant changes
1 parent e7f89c0 commit 92a1104

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Breaking changes
1111

1212
- The frontend SDK should be updated to a version supporting the header-based sessions!
13-
- supertokens-auth-react: >= 0.30.0
14-
- supertokens-web-js: >= 0.3.0
15-
- supertokens-website: >= 13.0.0
13+
- supertokens-auth-react: >= 0.32.0
14+
- supertokens-web-js: >= 0.5.0
15+
- supertokens-website: >= 16.0.0
1616
- supertokens-react-native: >= 4.0.0
1717
- !!!TODO: re-check before release and add mobile SDKs
18+
- Only supporting FDI 1.16
1819

1920
### Added
2021

frontendDriverInterfaceSupported.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_comment": "contains a list of frontend-driver interfaces branch names that this core supports",
33
"versions": [
4-
"1.15"
4+
"1.16"
55
]
66
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="supertokens_python",
73-
version="0.11.13",
73+
version="0.12.0",
7474
author="SuperTokens",
7575
license="Apache 2.0",
7676
author_email="[email protected]",

supertokens_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414
SUPPORTED_CDI_VERSIONS = ["2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]
15-
VERSION = "0.11.13"
15+
VERSION = "0.12.0"
1616
TELEMETRY = "/telemetry"
1717
USER_COUNT = "/users/count"
1818
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)