Skip to content

Commit

Permalink
Update package version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Oct 20, 2023
1 parent 336548e commit 12d1241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.16.4] - 2023-10-20

- Fixes an issue where sometimes the `Access-Control-Expose-Headers` header value would contain duplicates

## [0.16.3] - 2023-10-19

- Fixes an issue where trying to view details of a third party user would show an error for the user not being found when using the thirdpartypasswordless recipe
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.3"
const VERSION = "0.16.4"

var (
cdiSupported = []string{"3.0"}
Expand Down

0 comments on commit 12d1241

Please sign in to comment.