From cbe0f626cdc7583e7be1e23513ef3be26af597dd Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Wed, 4 Oct 2023 18:42:24 +0530 Subject: [PATCH] version fix --- CHANGELOG.md | 10 ++++------ supertokens/constants.go | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd7de02..0b3ebd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] -## [0.16.2] - 2023-10-04 - -### Fixes - -- Fixes `timeJoined` casing in emailpassword and passwordless user objects. - ## [0.16.1] - 2023-10-03 ### Changes - Added `ValidateAccessToken` to the configuration for social login providers, this function allows you to verify the access token returned by the social provider. If you are using Github as a provider, there is a default implementation provided for this function. +### Fixes + +- Fixes `timeJoined` casing in emailpassword and passwordless user objects. + ## [0.16.0] - 2023-09-27 ### Fixes diff --git a/supertokens/constants.go b/supertokens/constants.go index 7c4ba93c..69416d4d 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.16.2" +const VERSION = "0.16.1" var ( cdiSupported = []string{"3.0"}