diff --git a/CHANGELOG.md b/CHANGELOG.md index b53d3bd2..975801cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.20.0] - 2024-05-23 + ### Breaking change - Removed ThirdPartyEmailPassword and ThirdPartyPasswordless recipes. Instead, you should use ThirdParty + EmailPassword or ThirdParty + Passwordless recipes separately in your recipe list. diff --git a/supertokens/constants.go b/supertokens/constants.go index a62dfa7f..879aa905 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.19.0" +const VERSION = "0.20.0" var ( cdiSupported = []string{"3.0"}