From 607de8019e983a446dc68dd1ccd8fe28f626a2da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:48:02 +0000 Subject: [PATCH] chore(main): release 2.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ build.gradle.kts | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19588bdd..61154386 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d25815fd..0dad49b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.2](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.1.1...v2.1.2) (2024-11-28) + + +### Bug Fixes + +* **deps:** update kotlin monorepo to v2.1.0 (minor) ([#403](https://github.com/DuncanCasteleyn/DiscordModBot/issues/403)) ([baea137](https://github.com/DuncanCasteleyn/DiscordModBot/commit/baea137d1c373233a3110e753bac0f217769cc76)) +* **deps:** update plugin org.springframework.boot to v3.4.0 ([#399](https://github.com/DuncanCasteleyn/DiscordModBot/issues/399)) ([40024a0](https://github.com/DuncanCasteleyn/DiscordModBot/commit/40024a0ab8b4ff34f795f07decf091f14e3edd26)) + + +### Reverts + +* downgrade gradle to 8.10.2 as 8.11.x is completely broken on windows ([9505cbc](https://github.com/DuncanCasteleyn/DiscordModBot/commit/9505cbcc243529b435ce2bec33a74fbffebc9c57)) + ## [2.1.1](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.1.0...v2.1.1) (2024-11-10) diff --git a/build.gradle.kts b/build.gradle.kts index 78102724..9e928729 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -104,4 +104,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.1.2-SNAPSHOT" // x-release-please-version +project.version = "2.1.2" // x-release-please-version