diff --git a/CHANGELOG.md b/CHANGELOG.md index 33596fd13..7194219b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,21 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o -## Unreleased +## [4.3.7] ### Added - Added `.exprdelserv` (.exds) to completement .exas. Deletes an expression on the current server and is susceptible to .dpo, unlike .exd +- Added `.shopreq` which lets you set role requirement for specific shop items +- Added `.shopbuy` alias to `.buy` + +### Fixed + +- Fixed `.convertlist` showing currencies twice (this may not apply to existing users and it may require you to manually remove all currencies from units.json) + +### Removed + +- Removed `Viewer` field from stream online notification as it is (almost?) always 0. ## [4.3.6] - 08.09.2022 diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 4b521c423..f487a671d 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.6"; + public const string BOT_VERSION = "4.3.7"; public string Author => "Kwoth#2452";