From 1716c69132e53bd0e62c8794a12710a89f9c2ed9 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 22 Jun 2022 09:56:42 +0200 Subject: [PATCH] Upped version to 4.2.6 --- CHANGELOG.md | 6 ++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b9a4672..b9cbbe171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.2.6] - 22.06.2022 + +### Fixed + +- Patron system should now properly by disabled on selfhosts by default. + ## [4.2.5] - 18.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index b844ca370..8d08a5e8b 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.2.5"; + public const string BOT_VERSION = "4.2.6"; public string Author => "Kwoth#2452";