There was an error while loading. Please reload this page.
1 parent 64b421a commit 923e70eCopy full SHA for 923e70e
CHANGELOG.md
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [11.0.4]
11
+
12
+- Fixes user to roles association in bulk import users when the user is not a primary user
13
14
## [11.0.3]
15
16
- Fixes BatchUpdateException checks and error handling to prevent bulk import users stuck in `PROCESSING` state
build.gradle
@@ -20,7 +20,7 @@ compileTestJava { options.encoding = "UTF-8" }
20
// }
21
//}
22
23
-version = "11.0.3"
+version = "11.0.4"
24
25
repositories {
26
mavenCentral()
0 commit comments