From 682d3a7d9619d21142af677ae0b87ac1a2eae633 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Tue, 14 Nov 2023 13:07:59 +0530 Subject: [PATCH] fix: version update --- CHANGELOG.md | 4 ++++ supertokens/constants.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926da002..c21d1574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.16.7] - 2023-11-14 + +- Fixes issue with github user id conversion + ## [0.16.6] - 2023-11-3 - Added `NetworkInterceptor` to the `ConnectionInfo` config. diff --git a/supertokens/constants.go b/supertokens/constants.go index 43f0c522..86d789de 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.16.6" +const VERSION = "0.16.7" var ( cdiSupported = []string{"3.0"}