diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ba26692..c6b61c707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.3.21] + +### Fixed +- Possible fix for a duplicate in `.h bank` +- Fixed `.stock` command +- Fixed `.clubapply` and `.clubaccept` +- Removed some redundant discriminators + ## [4.3.20] - 20.01.2024 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 970a004fc..44dbd239e 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 { - public const string BOT_VERSION = "4.3.20"; + public const string BOT_VERSION = "4.3.21"; public string Author => "Kwoth#2452";