diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | changelog.md | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki # Installing ## Binaries -* Latest stable release [v1.6.2](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v1.6.3](https://github.com/42wim/matterbridge/releases/latest) * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) ## Building diff --git a/changelog.md b/changelog.md index eccce0ea..e82746b8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# v1.6.3 +## Bugfix +* slack: Fix connection issues +* slack: Add more debug messages +* irc: Convert received IRC channel names to lowercase. Fixes #329 (#330) + # v1.6.2 ## Bugfix * mattermost: Crashes while connecting to Mattermost (regression). Closes #327 |