File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7070
7171setup (
7272 name = "supertokens_python" ,
73- version = "0.12.4 " ,
73+ version = "0.12.5 " ,
7474 author = "SuperTokens" ,
7575 license = "Apache 2.0" ,
7676
Original file line number Diff line number Diff line change 2424 "2.18" ,
2525 "2.19" ,
2626]
27- VERSION = "0.12.4 "
27+ VERSION = "0.12.5 "
2828TELEMETRY = "/telemetry"
2929USER_COUNT = "/users/count"
3030USER_DELETE = "/user/remove"
3737FDI_KEY_HEADER = "fdi-version"
3838API_VERSION = "/apiversion"
3939API_VERSION_HEADER = "cdi-version"
40- DASHBOARD_VERSION = "0.4 "
40+ DASHBOARD_VERSION = "0.5 "
You can’t perform that action at this time.
0 commit comments