5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Release v1.3.1

This commit is contained in:
Wim 2017-10-15 22:57:14 +02:00
parent 4e1dc9f885
commit d4d7fef313
3 changed files with 9 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Has a REST API.
# Requirements # Requirements
Accounts to one of the supported bridges Accounts to one of the supported bridges
* [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.0.x - 4.2.x * [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.x
* [IRC](http://www.mirc.com/servers.html) * [IRC](http://www.mirc.com/servers.html)
* [XMPP](https://jabber.org) * [XMPP](https://jabber.org)
* [Gitter](https://gitter.im) * [Gitter](https://gitter.im)
@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing # Installing
## Binaries ## Binaries
* Latest stable release [v1.3.0](https://github.com/42wim/matterbridge/releases/latest) * Latest stable release [v1.3.1](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building ## Building

View File

@ -1,3 +1,9 @@
# v1.3.1
## New features
* Support mattermost 4.3.0 and every other 4.x as api4 should be stable (mattermost)
## Bugfix
* Use bot username if specified (slack). Closes #273
# v1.3.0 # v1.3.0
## New features ## New features
* Relay slack_attachments from mattermost to slack (slack). Closes #260 * Relay slack_attachments from mattermost to slack (slack). Closes #260

View File

@ -11,7 +11,7 @@ import (
) )
var ( var (
version = "1.4.0-dev" version = "1.3.1"
githash string githash string
) )