From cd384a5faa3e2cbf9f8138da39542a3ce7bc67d4 Mon Sep 17 00:00:00 2001 From: NoComment1105 Date: Mon, 16 Jan 2023 08:56:23 +0000 Subject: [PATCH] Bump to 4.6.2 --- build.gradle.kts | 2 +- docs/changelogs/4.x.x/4.6.2.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 docs/changelogs/4.x.x/4.6.2.md diff --git a/build.gradle.kts b/build.gradle.kts index 51c85ce8..5c310191 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "org.hyacinthbots.lilybot" -version = "4.6.1" +version = "4.6.2" repositories { mavenCentral() diff --git a/docs/changelogs/4.x.x/4.6.2.md b/docs/changelogs/4.x.x/4.6.2.md new file mode 100644 index 00000000..2bc2dffd --- /dev/null +++ b/docs/changelogs/4.x.x/4.6.2.md @@ -0,0 +1,16 @@ +# LilyBot 4.6.2 + +This update fixes a bug that was introduced to role menus in 4.6.0 + +**The support channel system is now deprecated (replaced by auto-threading) and will be removed in version 4.7.0. +If you have a support channel, it's been automatically migrated to an auto-threaded channel.** + +You can find the full changelog below. + +New: +* Supports our new status page - https://status.hyacinthbots.org + +Fix: +* Role-menus never applying roles + +You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.6.1...v4.6.2)