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 828548d commit 100e78eCopy full SHA for 100e78e
CHANGELOG.md
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [8.1.3]
11
+
12
+- Migrates to github actions
13
14
## [8.1.2]
15
16
- Adds user_id index to the user roles table
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java-library'
3
}
4
5
-version = "8.1.2"
+version = "8.1.3"
6
repositories {
mavenCentral()
0 commit comments