Thumbnail

rani/matterbridge.git

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

commit 3ba09d0eb0a427bf3bdc20ae6c3df2bacbe07328 Author: Wim <wim@42.be> Date: Wed Aug 16 22:25:44 2017 +0000 Release v1.0.1 diff --git a/README.md b/README.md index cb642e0..832bbc5 100644 --- a/README.md +++ b/README.md @@ -537 +537 @@ See https://github.com/42wim/matterbridge/wiki    # Installing  ## Binaries -* Latest stable release [v1.0.0](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v1.0.1](https://github.com/42wim/matterbridge/releases/latest)  * Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)    ## Building diff --git a/changelog.md b/changelog.md index ff7089e..5c56eb3 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +110 @@ +# v1.0.1 +## New features +* mattermost: add support for mattermost 4.1.x +* discord: allow a webhookURL per channel #239 + +## Bugfix +  # v1.0.0  ## New features  * general: Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 diff --git a/matterbridge.go b/matterbridge.go index 72bb7c5..2f69baa 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -117 +117 @@ import (  )    var ( - version = "1.0.1-dev" + version = "1.0.1"   githash string  )