diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29c2bc5..1b6dad2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.0.0+1.21.3"} +{".":"8.0.0+1.21.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 539315a..5b57e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.0+1.21.4](https://github.com/axieum/authme/compare/v8.0.0+1.21.3...v8.0.0+1.21.4) (2024-12-14) + + +### Build System + +* add support for Minecraft 1.21.4+ ([#127](https://github.com/axieum/authme/issues/127)) ([d72a55a](https://github.com/axieum/authme/commit/d72a55a81cb5f10240cc211a29f0d8d63e817ebd)) + ## [8.0.0+1.21.3](https://github.com/axieum/authme/compare/v8.0.0+1.21...v8.0.0+1.21.3) (2024-11-07) diff --git a/gradle.properties b/gradle.properties index b82b2e5..4ebf5f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = authme mod_name = Auth Me mod_description = Authenticate yourself in Minecraft and re-validate your session ## {x-release-please-start-version} -mod_version = 8.0.0+1.21.3 +mod_version = 8.0.0+1.21.4 ## {x-release-please-end} # Fabric