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 bd5a279 commit f45952dCopy full SHA for f45952d
CHANGELOG.md
@@ -7,8 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
-## [10.1.2]
+## [10.1.3]
11
+
12
+- Version bumped for re-release
13
14
+## [10.1.2]
15
16
- Adds user_id index to the user roles table
17
- Adds more debug logging to bulk migration
build.gradle
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
19
// }
20
//}
21
22
-version = "10.1.2"
+version = "10.1.3"
23
24
repositories {
25
mavenCentral()
0 commit comments