From 81a062f2917136f64136ff41c1dc1485246bd6ac Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Wed, 2 Oct 2024 08:38:30 +0530 Subject: [PATCH] Bump version and add changelog with changes --- CHANGELOG.md | 4 ++++ supertokens/constants.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d397b8a3..9c69a038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.25.1] - 2024-10-02 + +- Adds support for normalizing the connection URI's before returning them in dashboard GET response. + ## [0.25.0] - 2024-09-25 ### Changes diff --git a/supertokens/constants.go b/supertokens/constants.go index 40e7b7a7..e17ec4e1 100644 --- a/supertokens/constants.go +++ b/supertokens/constants.go @@ -21,7 +21,7 @@ const ( ) // VERSION current version of the lib -const VERSION = "0.25.0" +const VERSION = "0.25.1" var ( cdiSupported = []string{"3.1"}