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 8d85e77 commit 682d3a7Copy full SHA for 682d3a7
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.16.7] - 2023-11-14
11
+
12
+- Fixes issue with github user id conversion
13
14
## [0.16.6] - 2023-11-3
15
16
- Added `NetworkInterceptor` to the `ConnectionInfo` config.
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.16.6"
+const VERSION = "0.16.7"
25
26
var (
27
cdiSupported = []string{"3.0"}
0 commit comments