Skip to content

Commit f67feb4

Browse files
committed
chore: changelog and build version
1 parent 7c0d335 commit f67feb4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.0.5]
11+
12+
- Adds back previously removed `implementationDependencies.json`, but now it is generated by the build process
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
@@ -20,7 +20,7 @@ compileTestJava { options.encoding = "UTF-8" }
2020
// }
2121
//}
2222

23-
version = "11.0.4"
23+
version = "11.0.5"
2424

2525
repositories {
2626
mavenCentral()

0 commit comments

Comments
 (0)