From 58bb81ee90f7415d49af1bbc2cabf147ce9bf64b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:47:20 +0000 Subject: [PATCH] chore(main): release 1.15.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index daf6a33..d7d98ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.1" + ".": "1.15.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 279fe06..8157815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ * **ci:** trigger build ([bca9519](https://github.com/OneLiteFeatherNET/StarDust/commit/bca95190f00b4fac178ea6cb2316a1ad9f21741d)) +## [1.15.2](https://github.com/OneLiteFeatherNET/StarDust/compare/v1.15.1...v1.15.2) (2026-06-23) + + +### Bug Fixes + +* **deps:** update bom (patch) ([#202](https://github.com/OneLiteFeatherNET/StarDust/issues/202)) ([ee3fbc6](https://github.com/OneLiteFeatherNET/StarDust/commit/ee3fbc6222757d5da523ef42f3882990ff3d6ef5)) +* **deps:** update bom to v1.7.2 ([ee3fbc6](https://github.com/OneLiteFeatherNET/StarDust/commit/ee3fbc6222757d5da523ef42f3882990ff3d6ef5)) +* **deps:** update hibernate core to v7.3.9.final ([#199](https://github.com/OneLiteFeatherNET/StarDust/issues/199)) ([c7b2bad](https://github.com/OneLiteFeatherNET/StarDust/commit/c7b2bad44525d8d13f0ca9a228b67b13d3e0efd1)) + ## [1.15.1](https://github.com/OneLiteFeatherNET/StarDust/compare/v1.15.0...v1.15.1) (2026-06-15) diff --git a/gradle.properties b/gradle.properties index 959c5d0..406dd27 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.1 # x-release-please-version +version = 1.15.2 # x-release-please-version group = net.onelitefeather \ No newline at end of file