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
7
7
8
8
## unreleased
9
9
10
+ ## [ 0.12.5] - 2023-03-30
11
+
12
+ - Adds a telemetry API to the dashboard recipe
13
+
10
14
## [ 0.12.4] - 2023-03-29
11
15
### Changed
12
16
- Update all example apps to initialise dashboard recipe
Original file line number Diff line number Diff line change 70
70
71
71
setup (
72
72
name = "supertokens_python" ,
73
- version = "0.12.4 " ,
73
+ version = "0.12.5 " ,
74
74
author = "SuperTokens" ,
75
75
license = "Apache 2.0" ,
76
76
Original file line number Diff line number Diff line change 24
24
"2.18" ,
25
25
"2.19" ,
26
26
]
27
- VERSION = "0.12.4 "
27
+ VERSION = "0.12.5 "
28
28
TELEMETRY = "/telemetry"
29
29
USER_COUNT = "/users/count"
30
30
USER_DELETE = "/user/remove"
37
37
FDI_KEY_HEADER = "fdi-version"
38
38
API_VERSION = "/apiversion"
39
39
API_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