From c0d446840e5e6cd71c380cdbfcc9934755bdc3d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 19:50:27 +0200 Subject: [PATCH] chore(main): release 2.0.1 (#137) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10971ad3..ec68d06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.0.0...v2.0.1) (2023-06-17) + + +### Bug Fixes + +* selection menu's should not be numeric formatted ([e74bccb](https://github.com/DuncanCasteleyn/DiscordModBot/commit/e74bccbf16d080c7dbdaa8cfb6121a6acbe80646)) + ## [2.0.0](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v1.0.0...v2.0.0) (2023-06-17) diff --git a/build.gradle.kts b/build.gradle.kts index a3c1cdd7..911d13ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,4 +99,4 @@ tasks { } project.group = "be.duncanc" -project.version = "2.0.1-SNAPSHOT" // x-release-please-version +project.version = "2.0.1" // x-release-please-version