Skip to content

Commit bc98ce4

Browse files
committed
Update CHANGELOG and package version
1 parent 9c7e11a commit bc98ce4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.12.8] - 2023-07-10
11+
1012
- Adds additional tests for session verification
1113

14+
### Fixes
15+
16+
- Now properly ignoring missing anti-csrf tokens in optional session validation
17+
1218
## [0.12.7] - 2023-06-05
1319

1420
### Fixes

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

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

0 commit comments

Comments
 (0)