diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 086d30a..0054515 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.17" + ".": "1.10.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..94e43bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,11 @@ # Changelog + +## [1.10.18](https://github.com/OneLiteFeatherNET/Titan/compare/v1.10.17...v1.10.18) (2026-05-19) + + +### Bug Fixes + +* **deps:** update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4 ([#137](https://github.com/OneLiteFeatherNET/Titan/issues/137)) ([190052b](https://github.com/OneLiteFeatherNET/Titan/commit/190052b7c95835651c62699cb4cf4b609bb5d2f6)) +* **deps:** update dependency net.onelitefeather:butterfly-minestom to v1.0.23 ([#139](https://github.com/OneLiteFeatherNET/Titan/issues/139)) ([374fc5b](https://github.com/OneLiteFeatherNET/Titan/commit/374fc5b1b8dd7b63347bdec4d32975fff4c62897)) + +## Changelog diff --git a/gradle.properties b/gradle.properties index e6adf09..ba6eb32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 1.10.17 # x-release-please-version +version = 1.10.18 # x-release-please-version group = net.onelitefeather org.gradle.welcome = never