File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2626var (
2727 cdiSupported = []string {"2.21" }
You can’t perform that action at this time.
0 commit comments