Skip to content

Commit 4bb1cea

Browse files
authored
fix: version update (#169)
1 parent 0dc8385 commit 4bb1cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
## [6.4.0]
10+
## [7.0.0]
1111

1212
- Adds support for Bulk Import
1313
- Adds `BulkImportUser` class to represent a bulk import user

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
}
44

5-
version = "6.4.0"
5+
version = "7.0.0"
66

77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)