Skip to content

Commit

Permalink
chore(main): release 2.0.2 (#140)
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 Jun 24, 2023
1 parent ce78716 commit aa8c212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.2](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.1...v2.0.2) (2023-06-24)


### Bug Fixes

* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.11 ([b1a61c2](https://github.com/DuncanCasteleyn/DiscordModBot/commit/b1a61c2c6ffbc013d2971a74948ff2161defa972))
* **deps:** update dependency org.json:json to v20230618 ([#139](https://github.com/DuncanCasteleyn/DiscordModBot/issues/139)) ([e80e93c](https://github.com/DuncanCasteleyn/DiscordModBot/commit/e80e93c3bdd3a8241ada2908c3f2a63e1c45962e))
* **deps:** update plugin org.springframework.boot to v3.1.1 ([a1b5bc0](https://github.com/DuncanCasteleyn/DiscordModBot/commit/a1b5bc0a5b1aecb9ae46b011dc92ebf9a4d8317c))
* review emoji ([#146](https://github.com/DuncanCasteleyn/DiscordModBot/issues/146)) ([ce78716](https://github.com/DuncanCasteleyn/DiscordModBot/commit/ce78716f458205fbc8e2b122267b2362d770ec5e))

## [2.0.1](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.0...v2.0.1) (2023-06-17)


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

0 comments on commit aa8c212

Please sign in to comment.