Skip to content

Commit d069dd4

Browse files
committed
versioning back to 0.12.7
1 parent e19612e commit d069dd4

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [0.12.8] - 2023-06-07
11-
12-
### Changes
13-
14-
- Update email templates to fix an issue with styling on some email clients
15-
1610
## [0.12.7] - 2023-06-05
1711

1812
### Fixes
1913

14+
- Update email templates to fix an issue with styling on some email clients
2015
- Fixes an issue where session verification would fail when using JWTs created by the JWT recipe (and not the session recipe)
2116

2217
## [0.12.6] - 2023-06-01

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

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

0 commit comments

Comments
 (0)