commit d15f164ba0299425d50243e4414d3d9aa583b4f8
Author: Wim <wim@42.be>
Date: Mon Sep 04 13:43:30 2017 +0000
diff --git a/README.md b/README.md
index a3e5353..d48e1dc 100644
--- a/README.md
+++ b/README.md
@@ -537 +537 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.1.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.1.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 ae29f35..052bffd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +17 @@
+# v1.1.1
+## Bugfix
+* mattermost: fix public links
+
# v1.1.0
## New features
* general: Add better editing support. (actually edit the messages on bridges that support it)
diff --git a/matterbridge.go b/matterbridge.go
index cb649b3..56f061e 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -117 +117 @@ import (
)
var (
- version = "1.1.0"
+ version = "1.1.1"
githash string
)