Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 0ec6a8ee2ee7a0acdbae53648c48f4b36ea587e8 Author: Wim <wim@42.be> Date: Tue Jan 09 00:11:40 2018 +0000 Update for 1.6.3 diff --git a/README.md b/README.md index 87c5aec..3d1d747 100644 --- a/README.md +++ b/README.md @@ -547 +547 @@ 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 eccce0e..e82746b 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +19 @@ +# 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