Skip to content

Commit

Permalink
chore(main): release 2.0.8 (#294)
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] authored Apr 28, 2024
1 parent 4b2d248 commit 3bd9c01
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7"
".": "2.0.8"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.8-SNAPSHOT" // x-release-please-version
project.version = "2.0.8" // x-release-please-version

0 comments on commit 3bd9c01

Please sign in to comment.