Release v0.16.3

pull/234/head v0.16.3
Wim 7 years ago
parent bd97357f8d
commit 22307b1934

@ -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

@ -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

@ -12,7 +12,7 @@ import (
)
var (
version = "0.16.3-dev"
version = "0.16.3"
githash string
)

Loading…
Cancel
Save