Thumbnail

rani/matterbridge.git

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

commit a8e06e824514d0ca6bc2c1731d347c9a7e8a07ba Author: Wim <wim@42.be> Date: Sat Sep 17 15:34:59 2016 +0000 Release v0.6.1 diff --git a/README.md b/README.md index fba0f9a..23fe32f 100644 --- a/README.md +++ b/README.md @@ -97 +97 @@ Simple bridge between mattermost, IRC, XMPP and Gitter  Look at [matterbridge.conf.sample] (https://github.com/42wim/matterbridge/blob/master/matterbridge.conf.sample) for documentation and an example.    ## Changelog -Since v0.6.0 support for XMPP, Gitter and Slack is added. More details in [changelog.md] (https://github.com/42wim/matterbridge/blob/master/changelog.md) +Since v0.6.1 support for XMPP, Gitter and Slack is added. More details in [changelog.md] (https://github.com/42wim/matterbridge/blob/master/changelog.md)    ## Requirements:  Accounts to one of the supported bridges @@ -2012 +2012 @@ Accounts to one of the supported bridges    ## binaries  Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* For use with mattermost 3.3.0+ [v0.6.0](https://github.com/42wim/matterircd/releases/tag/v0.6.0) +* For use with mattermost 3.3.0+ [v0.6.1](https://github.com/42wim/matterircd/releases/tag/v0.6.1)  * For use with mattermost 3.0.0-3.2.0 [v0.5.0](https://github.com/42wim/matterircd/releases/tag/v0.5.0)    ## Compatibility  ### Mattermost -* Matterbridge v0.6.0 works with mattermost 3.3.0 and higher [3.3.0 release](https://github.com/mattermost/platform/releases/tag/v3.3.0) +* Matterbridge v0.6.1 works with mattermost 3.3.0 and higher [3.3.0 release](https://github.com/mattermost/platform/releases/tag/v3.3.0)  * Matterbridge v0.5.0 works with mattermost 3.0.0 - 3.2.0 [3.2.0 release](https://github.com/mattermost/platform/releases/tag/v3.2.0)     diff --git a/changelog.md b/changelog.md index 7bd8445..c8e1d84 100644 --- a/changelog.md +++ b/changelog.md @@ -14 +14 @@ -# v0.6.0 +# v0.6.1  ## New features  * Slack support added. See matterbridge.conf.sample for more information  ## Bugfix diff --git a/matterbridge.go b/matterbridge.go index 9012753..ebf6dda 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -87 +87 @@ import (   log "github.com/Sirupsen/logrus"  )   -var version = "0.6.0" +var version = "0.6.1"    func init() {   log.SetFormatter(&log.TextFormatter{FullTimestamp: true})