Updated changelog. Version upped to 4.3.17

This commit is contained in:
Kwoth
2023-09-06 04:20:52 +00:00
parent 42b9a01550
commit b4fec10ee6
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.3.17] - 06.09.2023
### Fixed
- Fix to waifu gifts being character limited
- Fixes UserUpdated and UserPresence not correctly ignoring users that are logignored
- Added Trim() to activity names since apparently some activities have trailing spaces.
## [4.3.16] - 24.05.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.16";
public const string BOT_VERSION = "4.3.17";
public string Author
=> "Kwoth#2452";