Skip to content

Commit 8fc2506

Browse files
committed
fix: updated version
1 parent 6cee568 commit 8fc2506

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [unreleased]
9+
10+
## [0.9.8] - 2022-11-16
911
- Fixes go fiber to handle handler chaining correctly with verifySession.
1012
- Added test to check JWT contains updated value when MergeIntoAccessTokenPayload is called.
1113
- Adds updating of session claims in email verification token generation API in case the session claims are outdated.

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

2626
var (
2727
cdiSupported = []string{"2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"}

0 commit comments

Comments
 (0)