CHANGELOG.md in twitch-bot-2.1.0 vs CHANGELOG.md in twitch-bot-2.1.1
- old
+ new
@@ -1,6 +1,15 @@
# Changelog Twitch::Bot
+## v2.1.1
+
+* [FIXED] Fix a few bugs missed by not running tests. We need CI...
+
+## v2.1.0
+
+* [NEW] Local development mode
+* [CHANGED] Substantial refactoring introducing protocol Adapter classes and a central Logger class
+
## v2.0.0
* [BREAKING] The standard text message class is now named
`Twitch::Bot::Message::UserMessage` and uses the type symbol `:user_message`. It has added methods to handle bot commands.
* [CHANGED] Major restructuring of both class hierarchy and class responsibilities.