diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9de9696..1fcfc9ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.3.15] - 21.05.2023 + +### Fixed + +- Fixed -w 0 in trivia +- Fixed `.rps` amount field in the response +- Fixed `.showembed` output +- Fixed bank award's incorrect output message + ## [4.3.14] - 02.04.2023 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index e66af86df..60889186a 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.3.14"; + public const string BOT_VERSION = "4.3.15"; public string Author => "Kwoth#2452";