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 1003a57 commit 758edbcCopy full SHA for 758edbc
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
+
11
+## [0.14.1] - 2023-11-1
12
13
+- Adds `debug` flag to the `TypeInput`. If set to `true`, debug logs will be printed.
14
15
## [0.14.0] - 2023-09-11
16
17
### Added
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.14.0"
+const VERSION = "0.14.1"
25
26
var (
27
cdiSupported = []string{"3.0"}
0 commit comments