Skip to content

Commit 99b36c9

Browse files
committed
chore: build version and changelog
1 parent e33543d commit 99b36c9

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+
## [10.1.5]
11+
12+
- Adds internal opentelemetry support for logging
13+
1014
## [10.1.4]
1115

1216
- Fixes bulk migration user roles association when there is no external userId assigned to the user

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
1919
// }
2020
//}
2121

22-
version = "10.1.4"
22+
version = "10.1.5"
2323

2424
repositories {
2525
mavenCentral()

0 commit comments

Comments
 (0)