From 2b1a4615fd58103dc09e20e864ef8e39e95f4ce7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:53:37 +0100 Subject: [PATCH] chore(main): release 2.1.1 (#370) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ build.gradle.kts | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 656a2ef1..19588bdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d382e764..d25815fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.1](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.1.0...v2.1.1) (2024-11-10) + + +### Bug Fixes + +* **deps:** update dependency net.dv8tion:jda to v5.1.2 ([5aec9ea](https://github.com/DuncanCasteleyn/DiscordModBot/commit/5aec9eab1aee9ffb9ec95a2e0e4b71cdbdf5e14c)) +* **deps:** update dependency net.dv8tion:jda to v5.2.0 ([9c6a164](https://github.com/DuncanCasteleyn/DiscordModBot/commit/9c6a164c6be0e0261d37fd4aaf4c52ddd75a7569)) +* **deps:** update dependency net.dv8tion:jda to v5.2.1 ([#388](https://github.com/DuncanCasteleyn/DiscordModBot/issues/388)) ([4abd9c8](https://github.com/DuncanCasteleyn/DiscordModBot/commit/4abd9c883abf3a7a4fab5de24e0a69ba6dda43fb)) +* **deps:** update kotlin monorepo to v2.0.21 ([9c495ae](https://github.com/DuncanCasteleyn/DiscordModBot/commit/9c495aeac3630e63b81ff7d6999ab83edd5ee110)) +* **deps:** update plugin org.springframework.boot to v3.3.5 ([78e29dd](https://github.com/DuncanCasteleyn/DiscordModBot/commit/78e29dd43918c4b30bb8c5ca1dbcafe05ea9c2a5)) +* don't show role assign message for owner ([c2075d3](https://github.com/DuncanCasteleyn/DiscordModBot/commit/c2075d347ea4e904ce7458ff75d79282f12f4c3b)) + ## [2.1.0](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.10...v2.1.0) (2024-10-02) diff --git a/build.gradle.kts b/build.gradle.kts index 99837fc8..98b866cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -104,4 +104,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.1.1-SNAPSHOT" // x-release-please-version +project.version = "2.1.1" // x-release-please-version