diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6aa9e9e..89640a8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,8 +4,11 @@ ## Released -### [v0.3] +### [v0.2] - 16.10.2020 ### Added +- Meme command. +- If `iq`'s command argument is Enigma bot itself it sends score 200. +- If `iq`'s command argument is any other bot it sends score 0. - Choosing winners from giveaway. - Optional argument how to group winners from giveaway. - Cosmetics to giveaways' messages. @@ -13,12 +16,6 @@ ### Changed - Cooldown handler text is same everywhere. -### [v0.2] - 16.10.2020 -### Added -- Meme command. -- If `iq`'s command argument is Enigma bot itself it sends score 200. -- If `iq`'s command argument is any other bot it sends score 0. - ### [v0.1] - 16.10.2020 ### Added - Banning command. @@ -32,7 +29,6 @@ [Unreleased]: https://github.com/AnonymousX86/Enigma-Bot/compare/v1.0...HEAD -[v0.3]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.3 [v0.2]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.2 [v0.1]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.1 diff --git a/setup.py b/setup.py index d28e4ff..618bf70 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='3N1GM4', - version='0.3', + version='0.2', author='Jakub S.', url='https://github.com/AnonymousX86/Enigma-Bot', description='Multipurpose Discord bot',