Skip to content

Commit 1e972a2

Browse files
committed
chore: changelog and version
1 parent 743e44e commit 1e972a2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [11.1.0]
11+
12+
- Adds all logs to telemetry which were logged with `io/supertokens/output/Logging.java`
13+
1014
## [11.0.4]
1115

1216
- Fixes user to roles association in bulk import users when the user is not a primary user

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ java {
2626
}
2727
}
2828

29-
version = "11.0.4"
29+
version = "11.1.0"
3030

3131
repositories {
3232
mavenCentral()

0 commit comments

Comments
 (0)