Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 14, 2023
1 parent 8d85e77 commit 682d3a7
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.7] - 2023-11-14

- Fixes issue with github user id conversion

## [0.16.6] - 2023-11-3

- Added `NetworkInterceptor` to the `ConnectionInfo` config.
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.6"
const VERSION = "0.16.7"

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

0 comments on commit 682d3a7

Please sign in to comment.