[skip ci] Version upped to 4.2.4, updated CHANGELOG.md

This commit is contained in:
Kwoth
2022-06-17 22:56:59 +02:00
parent 9d2f251923
commit 1a8c9a6cba
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.2.4] - 17.06.2022
### Fixed
- Fixed `.crypto`, you will still need coinmarketcapApiKey in `creds.yml` in order to make it run consistently as the key is shared
## [4.2.3] - 17.06.2022
### Fixed

View File

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