Skip to content

Commit f7c0b35

Browse files
authored
Merge branch '0.8' into userid-mapping
2 parents 8c25eea + 9950b2e commit f7c0b35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ 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-
- Adds test to verify that session container uses overridden functions
109

10+
## [0.8.3] - 2022-07-30
1111
### Added
12+
- Adds test to verify that session container uses overridden functions
1213
- Adds with-go-zero example: https://github.com/supertokens/supertokens-golang/issues/157
1314
- UserId Mapping functionality and compatibility with CDI 2.15
1415
- Adds `CreateUserIdMapping`, `GetUserIdMapping`, `DeleteUserIdMapping`, `UpdateOrDeleteUserIdMappingInfo` functions to supertokens package

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.8.2"
24+
const VERSION = "0.8.3"
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)