We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b24f61 commit e02a2bcCopy full SHA for e02a2bc
CHANGELOG.md
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
-## [0.13.1] - 2023-08-11
11
-
12
-- Fixes apple redirect
13
14
## [0.13.0] - 2023-08-07
15
16
### Added
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.13.1"
+const VERSION = "0.13.0"
25
26
var (
27
cdiSupported = []string{"3.0"}
0 commit comments