From 22307b1934175d17b02992de7e66ec50ec9f286f Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 24 Jul 2017 16:20:34 +0200 Subject: [PATCH] Release v0.16.3 --- README.md | 2 +- changelog.md | 7 +++++++ matterbridge.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4c2a12b..616ffdbe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Accounts to one of the supported bridges # Installing ## Binaries -* Latest stable release [v0.16.2](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v0.16.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 22496730..953fd7f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# v0.16.3 +## Bugfix +* general: Fix in/out logic. Closes #224 +* general: Fix message modification +* slack: Disable message from other bots when using webhooks (slack) +* mattermost: Return better error messages on mattermost connect + # v0.16.2 ## New features * general: binary builds against latest commit are now available on https://bintray.com/42wim/nightly/Matterbridge/_latestVersion diff --git a/matterbridge.go b/matterbridge.go index 410cbc76..a84fd9b3 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -12,7 +12,7 @@ import ( ) var ( - version = "0.16.3-dev" + version = "0.16.3" githash string )