summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-01-09 00:11:40 +0100
committerWim <wim@42.be>2018-01-09 00:21:50 +0100
commit2dfc1fada807594474dc75168a6d78d769685e9c (patch)
tree6b31155df5a979a011d3d672492bff77ffa461d2
parent979c7dde018be9bd8799a36d29012c13d06aa7e8 (diff)
downloadmatterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.tar.gz
matterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.tar.bz2
matterbridge-msglm-2dfc1fada807594474dc75168a6d78d769685e9c.zip
Update for 1.6.3
-rw-r--r--README.md2
-rw-r--r--changelog.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87c5aecd..3d1d747f 100644
--- a/README.md
+++ b/README.md
@@ -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