Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Sep 17, 2016
1 parent f9e5994 commit 6e410b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,7 +9,7 @@ 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
Expand All @@ -20,12 +20,12 @@ 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)


Expand Down
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,4 +1,4 @@
# v0.6.0
# v0.6.1
## New features
* Slack support added. See matterbridge.conf.sample for more information
## Bugfix
Expand Down
2 changes: 1 addition & 1 deletion matterbridge.go
Expand Up @@ -8,7 +8,7 @@ import (
log "github.com/Sirupsen/logrus"
)

var version = "0.6.0"
var version = "0.6.1"

func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})
Expand Down

0 comments on commit 6e410b0

Please sign in to comment.