Thumbnail

rani/matterbridge.git

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

commit 80435c00cb6889c70bf3dcaaa04178cfe36611e0 Author: Wim <wim@42.be> Date: Mon Jul 24 16:20:34 2017 +0000 Release v0.16.3 diff --git a/README.md b/README.md index d4c2a12..616ffdb 100644 --- a/README.md +++ b/README.md @@ -497 +497 @@ 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 2249673..953fd7f 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +110 @@ +# 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 410cbc7..a84fd9b 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -127 +127 @@ import (  )    var ( - version = "0.16.3-dev" + version = "0.16.3"   githash string  )