Skip to content

Commit

Permalink
updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMayankThakur committed Nov 1, 2023
1 parent 1003a57 commit 18e2ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]


## [0.14.1] - 2023-08-28

- Adds `debug` flag to the `TypeInput`. If set to `true`, debug logs will be printed.

## [0.14.0] - 2023-09-11

### Added
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.14.0"
const VERSION = "0.14.1"

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

0 comments on commit 18e2ee3

Please sign in to comment.