diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ccfe12..daf6a33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.15.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4057c..279fe06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ * **ci:** trigger build ([bca9519](https://github.com/OneLiteFeatherNET/StarDust/commit/bca95190f00b4fac178ea6cb2316a1ad9f21741d)) +## [1.15.1](https://github.com/OneLiteFeatherNET/StarDust/compare/v1.15.0...v1.15.1) (2026-06-15) + + +### Bug Fixes + +* **deps:** update bom to v1.7.1 ([#186](https://github.com/OneLiteFeatherNET/StarDust/issues/186)) ([72ae263](https://github.com/OneLiteFeatherNET/StarDust/commit/72ae26336aff0f3b47142041663f9c67da9ed4e8)) +* **deps:** update mariadb to v3.5.9 ([#192](https://github.com/OneLiteFeatherNET/StarDust/issues/192)) ([fce7517](https://github.com/OneLiteFeatherNET/StarDust/commit/fce7517b6c931bf8277c4977697b15602b360602)) +* **deps:** update mockbukit to v4.110.0 ([#173](https://github.com/OneLiteFeatherNET/StarDust/issues/173)) ([3353b7d](https://github.com/OneLiteFeatherNET/StarDust/commit/3353b7db44d102f174972e005290a4d69f0295e4)) + ## [1.14.2](https://github.com/OneLiteFeatherNET/StarDust/compare/v1.14.1...v1.14.2) (2026-06-12) diff --git a/gradle.properties b/gradle.properties index a5867cc..959c5d0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.unsafe.configuration-cache=true org.gradle.caching=true org.gradle.jvmargs=-Xmx2048M -version = 1.15.0 # x-release-please-version +version = 1.15.1 # x-release-please-version group = net.onelitefeather \ No newline at end of file