From 6a7eb4f6711395bceed811a8746bd6a6fa146244 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Tue, 17 Oct 2023 13:12:56 +0530 Subject: [PATCH] Update package version and CHANGELOG --- CHANGELOG.md | 4 ++++ supertokens/constants.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3ebd8d..e313ba84 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.2] - 2023-10-17 + +- Fixes an issue where tenant ids returned for a user from the user get API of the dashboard recipe would always be nil for thirdpartyemailpassword and thirdpartypasswordless recipes + ## [0.16.1] - 2023-10-03 ### Changes diff --git a/supertokens/constants.go b/supertokens/constants.go index 69416d4d..7c4ba93c 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.16.1" +const VERSION = "0.16.2" var ( cdiSupported = []string{"3.0"}