commit de106643e9ab5c867890c551a9229557ebc80c32
Author: Wim <wim@42.be>
Date: Tue Apr 21 23:53:51 2020 +0000
diff --git a/README.md b/README.md
index 65913a7..fc77540 100644
--- a/README.md
+++ b/README.md
@@ -1517 +1517 @@ See https://github.com/42wim/matterbridge/wiki
### Binaries
-- Latest stable release [v1.17.3](https://github.com/42wim/matterbridge/releases/latest)
+- Latest stable release [v1.17.4](https://github.com/42wim/matterbridge/releases/latest)
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
diff --git a/changelog.md b/changelog.md
index f121943..f490d4e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +112 @@
+# v1.17.4
+
+## Bugfix
+
+- general: Lowercase account names. Fixes #1108 (#1110)
+- msteams: Remove panics and retry polling on failure (msteams). Fixes #1104 (#1105
+- whatsapp: Update Rhymen/go-whatsapp. Fixes #1107 (#1109) (make whatsapp working again)
+- discord: Add an ID cache (discord). Fixes #1106 (#1111) (fix delete/edits with webhooks)
+
# v1.17.3
## Enhancements
diff --git a/matterbridge.go b/matterbridge.go
index e96061b..67d75d1 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -157 +157 @@ import (
)
var (
- version = "1.17.4-dev"
+ version = "1.17.4"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")