Skip to content

Commit

Permalink
Update CHANGELOG and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Jul 10, 2023
1 parent 9c7e11a commit bc98ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.12.8] - 2023-07-10

- Adds additional tests for session verification

### Fixes

- Now properly ignoring missing anti-csrf tokens in optional session validation

## [0.12.7] - 2023-06-05

### Fixes
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.12.7"
const VERSION = "0.12.8"

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

0 comments on commit bc98ce4

Please sign in to comment.