Skip to content

Commit

Permalink
Updated changelog. Upped version to 4.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizkiller96 committed Apr 19, 2024
1 parent be76823 commit cf1482e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21] - 19.04.2024

### Fixed
- Possible fix for a duplicate in `.h bank`
- Fixed `.stock` command
- Fixed `.clubapply` and `.clubaccept`
- Removed some redundant discriminators

## [4.3.20] - 22.01.2024

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/WizBot/Services/Impl/StatsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace WizBot.Services;

public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.3.20";
public const string BOT_VERSION = "4.3.21";

public string Author
=> "Kwoth#2452\nWizkiller96#5074";
Expand Down

0 comments on commit cf1482e

Please sign in to comment.