From 3bd9c01bb27030410287fb1071ac98ec2655158e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:40:01 +0200 Subject: [PATCH] chore(main): release 2.0.8 (#294) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ build.gradle.kts | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85e36821..e9e6a542 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.7" + ".": "2.0.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57748926..69c1d417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.8](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.7...v2.0.8) (2024-04-28) + + +### Bug Fixes + +* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.23 ([afff838](https://github.com/DuncanCasteleyn/DiscordModBot/commit/afff838561136aa9b75c6958661773ad03460e3e)) +* **deps:** update plugin org.springframework.boot to v3.2.5 ([9ad5580](https://github.com/DuncanCasteleyn/DiscordModBot/commit/9ad5580295f1fa616ca3735795482018618bfecf)) +* revoke & list warn points work again ([#300](https://github.com/DuncanCasteleyn/DiscordModBot/issues/300)) ([1552519](https://github.com/DuncanCasteleyn/DiscordModBot/commit/1552519f5b9f034b51bfb9e1e8aed4798fd210de)) + ## [2.0.7](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.6...v2.0.7) (2024-04-12) diff --git a/build.gradle.kts b/build.gradle.kts index 914cccc4..1f781eaf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,4 +99,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.0.8-SNAPSHOT" // x-release-please-version +project.version = "2.0.8" // x-release-please-version