From a8e00a19ba929f49ce9bd678f2aaeb493112a725 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 30 Jun 2022 11:33:45 +0200 Subject: [PATCH] Upped version to 4.2.12 --- 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 b4646118f..daffc896c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.2.12] - 30.06.2022 + +### Fixed + +- Fixed `.trivia --pokemon` showing incorrect pokemons + ## [4.2.11] - 29.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 6c0b35eaf..61763643c 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.11"; + public const string BOT_VERSION = "4.2.12"; public string Author => "Kwoth#2452";