We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5450ca commit 81a062fCopy full SHA for 81a062f
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
+## [0.25.1] - 2024-10-02
11
+
12
+- Adds support for normalizing the connection URI's before returning them in dashboard GET response.
13
14
## [0.25.0] - 2024-09-25
15
16
### Changes
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.25.0"
+const VERSION = "0.25.1"
25
26
var (
27
cdiSupported = []string{"3.1"}
0 commit comments