We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc8385 commit 4bb1ceaCopy full SHA for 4bb1cea
CHANGELOG.md
@@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
-## [6.4.0]
+## [7.0.0]
11
12
- Adds support for Bulk Import
13
- Adds `BulkImportUser` class to represent a bulk import user
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
}
4
5
-version = "6.4.0"
+version = "7.0.0"
6
repositories {
mavenCentral()
0 commit comments