diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5677a32..f0af317 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c908432..e887333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.16.1](https://github.com/OneLiteFeatherNET/Otis/compare/v1.16.0...v1.16.1) (2026-07-26) + + +### Bug Fixes + +* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.22.1 ([#150](https://github.com/OneLiteFeatherNET/Otis/issues/150)) ([6281091](https://github.com/OneLiteFeatherNET/Otis/commit/6281091036c2ac32621c3c3013e9c3babdde10b3)) +* **deps:** update dependency com.velocitypowered:velocity-api to v3.5.1 ([#152](https://github.com/OneLiteFeatherNET/Otis/issues/152)) ([73a8bc6](https://github.com/OneLiteFeatherNET/Otis/commit/73a8bc6e1d9cfd019d6871c57f82fa7d353a97c5)) +* **deps:** update dependency com.velocitypowered:velocity-api to v4 ([#154](https://github.com/OneLiteFeatherNET/Otis/issues/154)) ([169031d](https://github.com/OneLiteFeatherNET/Otis/commit/169031dab574673cef6f690c8a5faf1511e5f16f)) +* **deps:** update dependency org.openapitools:jackson-databind-nullable to v0.2.11 ([#157](https://github.com/OneLiteFeatherNET/Otis/issues/157)) ([32f6945](https://github.com/OneLiteFeatherNET/Otis/commit/32f69455eef3353851f8b9d691d2280399fe50e6)) + ## [1.16.0](https://github.com/OneLiteFeatherNET/Otis/compare/v1.15.0...v1.16.0) (2026-06-22) diff --git a/gradle.properties b/gradle.properties index 1625718..22c0b70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ micronautVersion=4.10.2 group = net.onelitefeather -version = 1.16.1-SNAPSHOT # x-release-please-version +version = 1.16.1 # x-release-please-version