From f27831ed77836ba15dd319393a8df266fcff4f7a Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Tue, 12 Sep 2023 11:28:35 +0530 Subject: [PATCH] Update version --- CHANGELOG.md | 2 +- supertokens/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}