diff options
author | Wim <wim@42.be> | 2016-11-20 17:27:48 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-20 17:33:36 +0100 |
commit | b3c11b584fd757f63f63b5d7798cbab515763912 (patch) | |
tree | 1a0e4e81507c52c78f5cdf4cadfdf4ef0708612b /README.md | |
parent | 07a560b2f54cd3a14f55820468cd9a0178883498 (diff) | |
download | matterbridge-msglm-b3c11b584fd757f63f63b5d7798cbab515763912.tar.gz matterbridge-msglm-b3c11b584fd757f63f63b5d7798cbab515763912.tar.bz2 matterbridge-msglm-b3c11b584fd757f63f63b5d7798cbab515763912.zip |
Update documentation. Prepare release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -30,13 +30,15 @@ docker run -ti -v /tmp/matterbridge.toml:/matterbridge.toml 42wim/matterbridge ## binaries Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* For use with mattermost 3.5.0+ [v0.8.0](https://github.com/42wim/matterircd/releases/tag/v0.8.0) -* For use with mattermost 3.3.0 - 3.4.0 [v0.7.0](https://github.com/42wim/matterircd/releases/tag/v0.7.0) +* For use with mattermost 3.5.0+ [v0.8.1](https://github.com/42wim/matterircd/releases/tag/v0.8.1) +* For use with mattermost 3.3.0 - 3.4.0 [v0.7.1](https://github.com/42wim/matterircd/releases/tag/v0.7.1) +* For use with mattermost 3.0.0 - 3.2.0 [v0.5.0](https://github.com/42wim/matterircd/releases/tag/v0.5.0) (not maintained anymore) ## Compatibility ### Mattermost -* Matterbridge v0.8.0 works with mattermost 3.5.0+ [3.5.0 release](https://github.com/mattermost/platform/releases/tag/v3.5.0) -* Matterbridge v0.7.0 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.0) +* Matterbridge v0.8.1 works with mattermost 3.5.0+ [3.5.0 release](https://github.com/mattermost/platform/releases/tag/v3.5.0) +* Matterbridge v0.7.1 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.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) #### Webhooks version * Configured incoming/outgoing [webhooks](https://www.mattermost.org/webhooks/) on your mattermost instance. |