Updated CHANGELOG.md, upped version to 4.3.14

This commit is contained in:
Kwoth
2023-04-02 20:46:27 +02:00
parent a9aea65134
commit 37acdb81e8
2 changed files with 17 additions and 7 deletions

View File

@@ -2,6 +2,16 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.3.14] - 02.04.2023
### Fixed
- Fixed voice hearbeat issue
- `.banktake` had ok/error responses flipped. No functional change
- PermRole should deny messages in threads todo
- Fixed chucknorris jokes
- `.logserver` will now
## [4.3.13] - 20.02.2023
### Fixed

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.3.13";
public const string BOT_VERSION = "4.3.14";
public string Author
=> "Kwoth#2452";