From cc52605c90ea1a9334b769d2c5652cd792f3ab6f Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 17 Jun 2022 04:42:19 +0200 Subject: [PATCH] [skip ci] Upped version to 4.2.3 --- 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 dfe54a843..e60720d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.2.3] - 17.06.2022 + +### Fixed + +- Fixed `.timely` nullref bug and made it nicer +- Fixed `.streamrole` not updating in real time! +- Disabling specific Global Expressions should now work with `.sc` (and other permission commands) + ## [4.2.2] - 15.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 9239d80b0..54969d682 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.2"; + public const string BOT_VERSION = "4.2.3"; public string Author => "Kwoth#2452";