diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2f6f90..91fb4590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] -## [0.13.3] - 2023-09-11 +## [0.14.0] - 2023-09-11 ### Added diff --git a/supertokens/constants.go b/supertokens/constants.go index 9b1ede9e..adcff424 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.13.3" +const VERSION = "0.14.0" var ( cdiSupported = []string{"3.0"}