diff --git a/CHANGELOG.md b/CHANGELOG.md index dd41c2d7..9eb550b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] + +## [0.14.1] - 2023-11-1 + +- Adds `debug` flag to the `TypeInput`. If set to `true`, debug logs will be printed. + ## [0.14.0] - 2023-09-11 ### Added diff --git a/supertokens/constants.go b/supertokens/constants.go index adcff424..e07f6bfc 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.14.0" +const VERSION = "0.14.1" var ( cdiSupported = []string{"3.0"}