summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-11-13 20:10:04 +0100
committerWim <wim@42.be>2017-11-13 20:10:04 +0100
commit962062fe44840ef4a79b8f2bd3dac58dff9a28e4 (patch)
tree9252dc4bca417ed74f44e297029a5b7e0eef66a6
parent0578b21270d5c276fd6fc31f6d718000f68ab3cc (diff)
downloadmatterbridge-msglm-962062fe44840ef4a79b8f2bd3dac58dff9a28e4.tar.gz
matterbridge-msglm-962062fe44840ef4a79b8f2bd3dac58dff9a28e4.tar.bz2
matterbridge-msglm-962062fe44840ef4a79b8f2bd3dac58dff9a28e4.zip
Release v1.4.1v1.4.1
-rw-r--r--README.md2
-rw-r--r--changelog.md6
-rw-r--r--matterbridge.go2
3 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49363a73..76fc5ad3 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.4.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.4.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 ef48e04b..9a25ab6a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+# v1.4.1
+## Bugfix
+* telegram: fix issue with uploading for images/documents/stickers
+* slack: remove double messages sent to other bridges when uploading files
+* irc: Fix strict user handling of girc (irc). Closes #298
+
# v1.4.0
## Breaking changes
* general: `[general]` settings don't override the specific bridge settings
diff --git a/matterbridge.go b/matterbridge.go
index 4a6e1bd3..9e0475c6 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -12,7 +12,7 @@ import (
)
var (
- version = "1.4.0"
+ version = "1.4.1"
githash string
)