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";