commit b3ecbf5ff5cbe30197f131b46964ddbbc0057bd7
Author: Wim <wim@42.be>
Date: Mon Jan 29 12:35:35 2018 +0000
diff --git a/README.md b/README.md
index 684ee33..e1f8b89 100644
--- a/README.md
+++ b/README.md
@@ -647 +647 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.7.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.7.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 fb5db4c..1addf9b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +17 @@
+# v1.7.1
+## Bugfix
+* telegram: Enable Long Polling for Telegram. Reduces bandwidth consumption. (#350)
+
# v1.7.0
## New features
* matrix: Add support for deleting messages from/to matrix (matrix). Closes #320
diff --git a/matterbridge.go b/matterbridge.go
index e2b9717..0ffc68c 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -127 +127 @@ import (
)
var (
- version = "1.7.1-dev"
+ version = "1.7.1"
githash string
)