Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 4, 2023
1 parent 0f01c3f commit cbe0f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion supertokens/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit cbe0f62

Please sign in to comment.