commit 1190c44e06c2caf1cc9a13e2ea9abed940c1aa7c
Author: Wim <wim@42.be>
Date: Tue Dec 26 19:20:44 2017 +0000
diff --git a/README.md b/README.md
index a125571..c99a892 100644
--- a/README.md
+++ b/README.md
@@ -547 +547 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.6.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.6.1](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 63fc3c7..35cb933 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +17 @@
+# v1.6.1
+## Bugfix
+* general: Display of nicks not longer working (regression). Closes #323
+
# v1.6.0
## New features
* sshchat: New protocol support added (https://github.com/shazow/ssh-chat)
diff --git a/matterbridge.go b/matterbridge.go
index 98def27..7be1362 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -127 +127 @@ import (
)
var (
- version = "1.6.1-dev"
+ version = "1.6.2-dev"
githash string
)