From c74f96cb629dfb365cbdaa145c00e9ca4237960c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:53:30 +0100 Subject: [PATCH] chore(main): release 2.0.4 (#202) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ build.gradle.kts | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 337d15dd..d7d83367 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.3" + ".": "2.0.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 18adaf8f..baf35769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.4](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.3...v2.0.4) (2023-12-20) + + +### Bug Fixes + +* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.16 ([cb9f9de](https://github.com/DuncanCasteleyn/DiscordModBot/commit/cb9f9debb4317739a25a828aa7e4b734dd0c2937)) +* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.17 ([f25f0cc](https://github.com/DuncanCasteleyn/DiscordModBot/commit/f25f0cc3be5bdae53455b4fd18479b5e81e743ef)) +* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.18 ([063e9ab](https://github.com/DuncanCasteleyn/DiscordModBot/commit/063e9ab4c4c1078fc2ebaa3bb632bf1565e77251)) +* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.2.0 ([8a4d700](https://github.com/DuncanCasteleyn/DiscordModBot/commit/8a4d70005c89a23f323201d9134d86bf49d2e2e6)) +* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.2.1 ([2bf0490](https://github.com/DuncanCasteleyn/DiscordModBot/commit/2bf04909eeb55219a337a1927bb51f2b3640af16)) +* **deps:** update kotlin monorepo to v1.9.20 (patch) ([#208](https://github.com/DuncanCasteleyn/DiscordModBot/issues/208)) ([38f9c78](https://github.com/DuncanCasteleyn/DiscordModBot/commit/38f9c7896d5cbd93c36aa179fc62e0b281c08d99)) +* **deps:** update kotlin monorepo to v1.9.21 ([a17610c](https://github.com/DuncanCasteleyn/DiscordModBot/commit/a17610c3b093646ecc2bdc9212662b319a5fe437)) +* **deps:** update plugin org.springframework.boot to v3.1.5 ([9290367](https://github.com/DuncanCasteleyn/DiscordModBot/commit/92903670a571cca8fc2775df666779c72876629f)) +* **deps:** update plugin org.springframework.boot to v3.1.6 ([e4539c5](https://github.com/DuncanCasteleyn/DiscordModBot/commit/e4539c52b114e9f9a4e16e2482f6aebc114fa774)) +* **deps:** update plugin org.springframework.boot to v3.2.0 ([97bd0b4](https://github.com/DuncanCasteleyn/DiscordModBot/commit/97bd0b48d8414bf7d3bf1bdd0f81cfbfed307b2f)) + ## [2.0.3](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.2...v2.0.3) (2023-10-16) diff --git a/build.gradle.kts b/build.gradle.kts index 49dde2d7..392a77ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,4 +99,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.0.4-SNAPSHOT" // x-release-please-version +project.version = "2.0.4" // x-release-please-version