Skip to content

Commit cbe0f62

Browse files
committed
version fix
1 parent 0f01c3f commit cbe0f62

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10-
## [0.16.2] - 2023-10-04
11-
12-
### Fixes
13-
14-
- Fixes `timeJoined` casing in emailpassword and passwordless user objects.
15-
1610
## [0.16.1] - 2023-10-03
1711

1812
### Changes
1913

2014
- 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.
2115

16+
### Fixes
17+
18+
- Fixes `timeJoined` casing in emailpassword and passwordless user objects.
19+
2220
## [0.16.0] - 2023-09-27
2321

2422
### Fixes

supertokens/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
)
2222

2323
// VERSION current version of the lib
24-
const VERSION = "0.16.2"
24+
const VERSION = "0.16.1"
2525

2626
var (
2727
cdiSupported = []string{"3.0"}

0 commit comments

Comments
 (0)