Skip to content

Commit aaa8361

Browse files
committed
fix: changelog and version
1 parent 5e75605 commit aaa8361

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
- Bumped `github.com/golang-jtw/jwt` version from v4 to v5.
11-
- Bumped `github.com/MicahParks/keyfunc` version from v1 to v2.
10+
### Fixes
11+
12+
- Solves issue with clock skew during third party sign-in/up - https://github.com/supertokens/supertokens-golang/issues/362
13+
- Bumped `github.com/golang-jtw/jwt` version from v4 to v5.
14+
- Bumped `github.com/MicahParks/keyfunc` version from v1 to v2.
1215

1316
### Breaking Changes
1417

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.15.0"
24+
const VERSION = "0.16.0"
2525

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

0 commit comments

Comments
 (0)