Skip to content

Commit

Permalink
Update CHANGELOG, v1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 9, 2019
1 parent 6c64a22 commit 512d844
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# 2019-06-09 - BitBot v1.9.2

Added:
- Show seconds it took to !bef/!trap

Changed:
- IRCv3: `draft/resume-0.4` -> `draft/resume-0.5`

Fixed:
- Fix scenario in which some-but-not-all threads die
- Daemonify tweet thread
- Don't add TAGMSGs to IRCBuffer objects

# 2019-06-08 - BitBot v1.9.1

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion src/IRCBot.py
Expand Up @@ -3,7 +3,7 @@
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
from src import Socket, utils

VERSION = "v1.9.1"
VERSION = "v1.9.2"
SOURCE = "https://git.io/bitbot"

class TriggerResult(enum.Enum):
Expand Down

0 comments on commit 512d844

Please sign in to comment.