Skip to content

Commit

Permalink
updates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Mar 14, 2024
1 parent 8d07ade commit 2a13a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.17.5] - 2024-03-14
- Adds a type uint64 to the `accessTokenCookiesExpiryDurationMillis` local variable in `recipe/session/utils.go`. It also removes the redundant `uint64` type forcing needed because of the untyped variable.

## [0.17.4] - 2024-02-08

- Adds `TLSConfig` to SMTP settings.
Expand Down
2 changes: 1 addition & 1 deletion supertokens/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
)

// VERSION current version of the lib
const VERSION = "0.17.4"
const VERSION = "0.17.5"

var (
cdiSupported = []string{"3.0"}
Expand Down

0 comments on commit 2a13a47

Please sign in to comment.