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 20af67a commit ba9608bCopy full SHA for ba9608b
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
+## [0.12.3] - 2023-05-22
11
+
12
### Added
13
14
- Adds additional debug logs whenever the SDK returns a `TryRefreshTokenError` or `UnauthorizedError` to make debugging easier
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.12.2"
+const VERSION = "0.12.3"
25
26
var (
27
cdiSupported = []string{"2.21"}
0 commit comments