Skip to content

Commit

Permalink
chore(main): release 2.0.6 (#244)
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 Feb 21, 2024
1 parent fb4e9e0 commit 17260cc
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.5"
".": "2.0.6"
}
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.6](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.5...v2.0.6) (2024-02-21)


### Bug Fixes

* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.20 ([178e4bc](https://github.com/DuncanCasteleyn/DiscordModBot/commit/178e4bce980926fdb1e082c12119085ad394f900))
* **deps:** update dependency org.json:json to v20240205 ([#253](https://github.com/DuncanCasteleyn/DiscordModBot/issues/253)) ([d8e65b2](https://github.com/DuncanCasteleyn/DiscordModBot/commit/d8e65b22dfe2ba9a9c52d02cdff8292d65f0949b))
* **deps:** update plugin org.springframework.boot to v3.2.2 ([ec816a7](https://github.com/DuncanCasteleyn/DiscordModBot/commit/ec816a72efdee5c5639d226b08203646574bd0b4))

## [2.0.5](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.4...v2.0.5) (2024-01-09)


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

0 comments on commit 17260cc

Please sign in to comment.