Skip to content

Commit

Permalink
chore(main): release 2.0.5 (#236)
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 Jan 11, 2024
1 parent 718630f commit e3622bd
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.4"
".": "2.0.5"
}
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.5](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.4...v2.0.5) (2024-01-09)


### Bug Fixes

* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.19 ([4723aa4](https://github.com/DuncanCasteleyn/DiscordModBot/commit/4723aa422873f0e93a1d708d495b2644541868c7))
* **deps:** update kotlin monorepo to v1.9.22 ([8739c6d](https://github.com/DuncanCasteleyn/DiscordModBot/commit/8739c6dd0aeb2983401492f680951ff92af59430))
* **deps:** update plugin org.springframework.boot to v3.2.1 ([66a5a79](https://github.com/DuncanCasteleyn/DiscordModBot/commit/66a5a7970d1c373b13d207150807daf7fe1104c8))

## [2.0.4](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.3...v2.0.4) (2023-12-20)


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

0 comments on commit e3622bd

Please sign in to comment.