Skip to content

Commit a397e7b

Browse files
committed
Update package version, dashboard version and CHANGELOG
1 parent 0a7087e commit a397e7b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## unreleased
99

10+
## [0.12.5] - 2023-03-30
11+
12+
- Adds a telemetry API to the dashboard recipe
13+
1014
## [0.12.4] - 2023-03-29
1115
### Changed
1216
- Update all example apps to initialise dashboard recipe

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.12.4",
73+
version="0.12.5",
7474
author="SuperTokens",
7575
license="Apache 2.0",
7676
author_email="[email protected]",

supertokens_python/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"2.18",
2525
"2.19",
2626
]
27-
VERSION = "0.12.4"
27+
VERSION = "0.12.5"
2828
TELEMETRY = "/telemetry"
2929
USER_COUNT = "/users/count"
3030
USER_DELETE = "/user/remove"
@@ -37,4 +37,4 @@
3737
FDI_KEY_HEADER = "fdi-version"
3838
API_VERSION = "/apiversion"
3939
API_VERSION_HEADER = "cdi-version"
40-
DASHBOARD_VERSION = "0.4"
40+
DASHBOARD_VERSION = "0.5"

0 commit comments

Comments
 (0)