commit 155b4fb98e4daa99e3c33a8f24c181a2318671f2
Author: Wim <wim@42.be>
Date: Wed Sep 27 22:35:07 2017 +0000
diff --git a/README.md b/README.md
index ec90c8e..7e10396 100644
--- a/README.md
+++ b/README.md
@@ -547 +547 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.2.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.3.0](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 ebb9719..52e457f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +117 @@
+# v1.3.0
+## New features
+* Relay slack_attachments from mattermost to slack (slack). Closes #260
+* Add support for quoting previous message when replying (telegram). #237
+* Add support for Quakenet auth (irc). Closes #263
+* Download files (max size 1MB) from slack and reupload to mattermost (slack/mattermost). Closes #255
+
+## Enhancements
+* Backoff for 60 seconds when reconnecting too fast (irc) #267
+* Use override username if specified (mattermost). #260
+
+## Bugfix
+* Try to not forward slack unfurls. Closes #266
+
# v1.2.0
## Breaking changes
* If you're running a discord bridge, update to this release before 16 october otherwise
diff --git a/matterbridge.go b/matterbridge.go
index 1244e75..10ff993 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -117 +117 @@ import (
)
var (
- version = "1.2.1-dev"
+ version = "1.3.0"
githash string
)