Skip to content

Commit

Permalink
chore(main): release 2.0.4 (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent a5550f1 commit c74f96c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.3"
".": "2.0.4"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c74f96c

Please sign in to comment.