From 59cea6ee3848c04285b029c691e191d5179c0d41 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 21 Mar 2022 16:00:05 +0100 Subject: [PATCH] Version upped to 4.0.5, updated changelog --- CHANGELOG.md | 8 ++++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ddee381..41753b046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. - More cool stuff coming soon +## [4.0.5] - 21.03.2022 + +### Fixes + +- Fixed several bugs in the currency code +- Fixed some potential memory leaks +- Fixed some response strings + ## [4.0.4] - 04.03.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 20b459281..1ffa9ce7c 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.4"; + public const string BOT_VERSION = "4.0.5"; public string Author => "Kwoth#2452";