Skip to content

Commit

Permalink
chore(main): release 2.0.9 (#309)
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 May 10, 2024
1 parent a933c86 commit 77f3509
Show file tree
Hide file tree
Showing 3 changed files with 10 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.8"
".": "2.0.9"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.9](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.8...v2.0.9) (2024-05-10)


### Bug Fixes

* create service to prevent persistence errors ([#311](https://github.com/DuncanCasteleyn/DiscordModBot/issues/311)) ([a933c86](https://github.com/DuncanCasteleyn/DiscordModBot/commit/a933c86fc97616d8fd2d4cccb814cfc98e3f9a03))
* **deps:** update kotlin monorepo to v1.9.24 ([0c1e397](https://github.com/DuncanCasteleyn/DiscordModBot/commit/0c1e3975e684cc3cef867339cc3c0ae7d72eb734))

## [2.0.8](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.7...v2.0.8) (2024-04-28)


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

0 comments on commit 77f3509

Please sign in to comment.