summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-08-16 22:25:44 +0200
committerWim <wim@42.be>2017-08-16 22:25:44 +0200
commita5259f56c5146ea2a9a1b1598098aad91eeea779 (patch)
tree89f0c4407780797614bb943031a0bdf2b8aef636
parent3f75ed9c18c99ecb61c8513c7100262524e95e83 (diff)
downloadmatterbridge-msglm-1.0.1.tar.gz
matterbridge-msglm-1.0.1.tar.bz2
matterbridge-msglm-1.0.1.zip
Release v1.0.1v1.0.1
-rw-r--r--README.md2
-rw-r--r--changelog.md7
-rw-r--r--matterbridge.go2
3 files changed, 9 insertions, 2 deletions
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
)