diff options
author | Wim <wim@42.be> | 2018-01-09 00:11:40 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-01-09 00:21:50 +0100 |
commit | 2dfc1fada807594474dc75168a6d78d769685e9c (patch) | |
tree | 6b31155df5a979a011d3d672492bff77ffa461d2 | |
parent | 979c7dde018be9bd8799a36d29012c13d06aa7e8 (diff) | |
download | matterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.tar.gz matterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.tar.bz2 matterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.zip |
Update for 1.6.3
-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 |