Thumbnail

rani/matterbridge.git

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

commit cf455627329590393e6ffcdb8e77201c47e12b81 Author: Wim <wim@42.be> Date: Sat Feb 18 23:32:21 2017 +0000 Release v0.9.3 diff --git a/README.md b/README.md index add3c63..2905512 100644 --- a/README.md +++ b/README.md @@ -3712 +3712 @@ 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.x - 3.6.0 [v0.9.2](https://github.com/42wim/matterircd/releases/tag/v0.9.2) +* For use with mattermost 3.5.x - 3.6.0 [v0.9.3](https://github.com/42wim/matterircd/releases/tag/v0.9.3)  * For use with mattermost 3.3.0 - 3.4.0 [v0.7.1](https://github.com/42wim/matterircd/releases/tag/v0.7.1)    ## Compatibility  ### Mattermost -* Matterbridge v0.9.2 works with mattermost 3.5.x - 3.6.0 [3.6.0 release](https://github.com/mattermost/platform/releases/tag/v3.6.0) +* Matterbridge v0.9.3 works with mattermost 3.5.x - 3.6.0 [3.6.0 release](https://github.com/mattermost/platform/releases/tag/v3.6.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)    #### Webhooks version diff --git a/changelog.md b/changelog.md index 78015f9..2431503 100644 --- a/changelog.md +++ b/changelog.md @@ -14 +14 @@ -# v0.9.3-dev +# v0.9.3  ## New features  * API: rest interface to read / post messages (see API section in matterbridge.toml.sample)   diff --git a/matterbridge.go b/matterbridge.go index 7dfaaa2..fe2bcce 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -107 +107 @@ import (  )    var ( - version = "0.9.3-dev" + version = "0.9.3"   githash string  )