diff --git a/README.md b/README.md index cb642e0d..832bbc59 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ 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 ff7089e2..5c56eb3a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# 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 72bb7c5a..2f69baab 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -11,7 +11,7 @@ import ( ) var ( - version = "1.0.1-dev" + version = "1.0.1" githash string )