Skip to content

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX86 committed Feb 11, 2021
1 parent 3bf0241 commit 932b8cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Enigma Bot changelog

## [Unreleased]

## Released

### [v0.8] - 11.02.2021
#### Added
- Logging when bot is online and ready.
- Logging Discord connection states.
Expand All @@ -17,7 +21,6 @@
- `spotify` command help.
- `spotify` command cooldown, from 1 per 30s to 3 per 60s.

## Released
### v0.7-hotfix - 09.02.2021
#### Fixed
- `spotify` command was disabled in production.
Expand Down Expand Up @@ -129,6 +132,7 @@
[`setup.py`]: https://github.com/AnonymousX86/Enigma-Bot/blob/master/setup.py
[`runtime.txt`]: https://github.com/AnonymousX86/Enigma-Bot/blob/master/runtime.txt
[Unreleased]: https://github.com/AnonymousX86/Enigma-Bot/compare/deploy...master
[v0.8]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.8
[v0.7]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.7
[v0.6]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.6
[v0.5]: https://github.com/AnonymousX86/Enigma-Bot/releases/tag/v0.5
Expand Down
2 changes: 1 addition & 1 deletion enigma/settings/bot_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def bot_token() -> str:


def bot_version() -> str:
return '0.7'
return '0.8'


def bot_owner_id() -> int:
Expand Down

0 comments on commit 932b8cc

Please sign in to comment.