diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614..657149d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c370e4c..8c3a8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.3](https://github.com/OneLiteFeatherNET/Cyano/compare/0.7.2...0.7.3) (2026-08-08) + + +### Bug Fixes + +* **deps:** update dependency net.minestom:minestom to v2026.08.07-26.2 ([#99](https://github.com/OneLiteFeatherNET/Cyano/issues/99)) ([61c4721](https://github.com/OneLiteFeatherNET/Cyano/commit/61c4721663ab8a95c2a3713ad5b5445f75c4652e)) +* **deps:** update junit-framework monorepo to v6.1.3 ([#98](https://github.com/OneLiteFeatherNET/Cyano/issues/98)) ([63f55e5](https://github.com/OneLiteFeatherNET/Cyano/commit/63f55e5f8c2b9fdea8bd2f6c81fdd9b95c51898d)) + ## [0.7.2](https://github.com/OneLiteFeatherNET/Cyano/compare/v0.7.1...0.7.2) (2026-07-23) diff --git a/build.gradle.kts b/build.gradle.kts index 9a785cd..38cfa77 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "net.onelitefeather" -version = "0.7.2" //x-release-please-version +version = "0.7.3" //x-release-please-version java { toolchain {