Skip to content

Commit 1906855

Browse files
committed
chore: bump version 0.5.9
1 parent c61b704 commit 1906855

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ administrators
44

55
## [Unreleased]
66

7+
## [0.5.9] - 13-07-2022
8+
### Verify
9+
- Fix an issue where reVerify would fail if run multiple times
10+
711
## [0.5.8] - 28-04-2022
812
### TwitchAlert
913
- Fix user sql error
@@ -287,6 +291,7 @@ manually if a timer is deleted.
287291
- `removeProtectedRoleColour <role_str>` Removes a role, via ID, mention or name, from the list of protected roles.
288292

289293
[Unreleased]: https://github.com/KoalaBotUK/KoalaBot/compare/v0.1.0...HEAD
294+
[0.5.8]: https://github.com/KoalaBotUK/KoalaBot/compare/v0.5.8...v0.5.9
290295
[0.5.8]: https://github.com/KoalaBotUK/KoalaBot/compare/v0.5.7...v0.5.8
291296
[0.5.7]: https://github.com/KoalaBotUK/KoalaBot/compare/v0.5.6...v0.5.7
292297
[0.5.6]: https://github.com/KoalaBotUK/KoalaBot/compare/v0.5.5...v0.5.6

koalabot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Bill Cao", "Aqeel Little", "Charlie Bowe", "Ponmile Femi-Sunmaila",
1313
"see full list of developers at: https://koalabot.uk/"]
1414
__license__ = "MIT License"
15-
__version__ = "0.5.8"
15+
__version__ = "0.5.9"
1616
__maintainer__ = "Jack Draper, Kieran Allinson, Viraj Shah, Stefan Cooper, Otto Hooper"
1717
__email__ = "koalabotuk@gmail.com"
1818
__status__ = "Development" # "Prototype", "Development", or "Production"

0 commit comments

Comments
 (0)