aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2542f243..078ca5cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
-# TBD - BitBot v1.17.0
+# 2019-12-13 - BitBot v1.17.1
+
+Fixed:
+- Crash caused by switching `coins.py` to using `cron` scheduling without removing timer-related code
+- Typo in function call name in `cron.py`
+
+# 2019-12-13 - BitBot v1.17.0
Added:
- Ability to `.save()` `bot.conf` - we now use only this for module whitelist/blacklist
diff --git a/VERSION b/VERSION
index 092afa15..511a76e6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.17.0
+1.17.1