From bed3347cd92dc26a27e98a57406c3de77124338c Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 21 Mar 2022 20:05:34 +0100 Subject: [PATCH] Upped version to 4.0.6, Updated changelog --- CHANGELOG.md | 7 +++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41753b046..974dd47a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. - More cool stuff coming soon +## [4.0.6] - 21.03.2022 + +### Fixes + +- Fixed voice presence logging +- Fixed .clubaccept, .clubban, .clubkick and .clubunban commands + ## [4.0.5] - 21.03.2022 ### Fixes diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 1ffa9ce7c..7ed354941 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public sealed class StatsService : IStatsService, IReadyExecutor, INService, IDisposable { - public const string BOT_VERSION = "4.0.5"; + public const string BOT_VERSION = "4.0.6"; public string Author => "Kwoth#2452";