Thumbnail

rani/matterbridge.git

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

commit 3f1fccc08612be7e31980804bb99d8e16a20e232 Author: Wim <wim@42.be> Date: Tue Apr 11 21:51:23 2017 +0000 Release v0.11.0 diff --git a/README.md b/README.md index 6468657..b3b1d6c 100644 --- a/README.md +++ b/README.md @@ -287 +287 @@ Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, R    # Requirements  Accounts to one of the supported bridges -* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.7.x +* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.8.x  * [IRC](http://www.mirc.com/servers.html)  * [XMPP](https://jabber.org)  * [Gitter](https://gitter.im) @@ -428 +427 @@ Accounts to one of the supported bridges  # Installing  ## Binaries  Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* Latest release [v0.11.0-beta3](https://github.com/42wim/matterbridge/releases/tag/v0.11.0-beta3) -* Latest stable release [v0.10.3](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v0.11.0](https://github.com/42wim/matterbridge/releases/latest)    ## Building  Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) diff --git a/changelog.md b/changelog.md index 848dc9b..4efb1d4 100644 --- a/changelog.md +++ b/changelog.md @@ -14 +14 @@ -# v0.11.0-dev +# v0.11.0  ## New features  * general: reusing the same account on multiple gateways now also reuses the connection.   This is particuarly useful for irc. See #87 diff --git a/matterbridge.go b/matterbridge.go index 85313d4..4fabe6e 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -127 +127 @@ import (  )    var ( - version = "0.11.0-dev" + version = "0.11.0"   githash string  )