We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4279 commit e6c80a0Copy full SHA for e6c80a0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.23.0 - Velocity fix | 1.21
+0.23.1 - Mojang API fix
2
3
-- Fix an issue where the plugin wouldn't boot on modern velocity versions
4
-- 1.21 compatibility
+- This release works around the Mojang API that is currently faulty.
+- Expect delays when connecting and errors in the log as librelogin falls back to alternative APIs.
build.gradle
@@ -4,7 +4,7 @@ plugins {
5
defaultTasks 'updateLicenses', 'shadowJar'
6
7
-version '0.23.0'
+version '0.23.1'
8
9
subprojects {
10
version = rootProject.version
0 commit comments