diff --git a/CHANGELOG.md b/CHANGELOG.md index c56b587b7..71e56b74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. ## Unreleased +## [3.0.5] - 20.09.2021 + ### Fixed - Fixed images not automatically reloading on startup if the keys don't exist - Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 66002bd04..0830730d4 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -19,7 +19,7 @@ namespace NadekoBot.Services private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "3.0.4"; + public const string BotVersion = "3.0.5"; public string Author => "Kwoth#2452"; public string Library => "Discord.Net";