Skip to content

Commit 9baaa3b

Browse files
committed
updates changelog
1 parent d37809c commit 9baaa3b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [unreleased]
1010

11-
11+
## [0.14.8] - 2023-07-07
1212
## Fixes
1313

1414
- Anti csrf check should happen only when access token is passed while session is optional
15+
- `verify_session` middleware now handles supertokens related errors as well.
16+
17+
## [0.14.7] - 2023-07-03
18+
- Fixes error message in querier.
1519

1620
## [0.14.6] - 2023-06-22
1721

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.14.7",
73+
version="0.14.8",
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
@@ -14,7 +14,7 @@
1414
from __future__ import annotations
1515

1616
SUPPORTED_CDI_VERSIONS = ["2.21"]
17-
VERSION = "0.14.7"
17+
VERSION = "0.14.8"
1818
TELEMETRY = "/telemetry"
1919
USER_COUNT = "/users/count"
2020
USER_DELETE = "/user/remove"

0 commit comments

Comments
 (0)