commit cff085f98bc19afd5285c79f03861cbc57d746e6
Author: Wim <wim@42.be>
Date: Mon Sep 11 23:41:13 2017 +0000
diff --git a/README.md b/README.md
index 9385e90..ec06cc6 100644
--- a/README.md
+++ b/README.md
@@ -537 +537 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
-* Latest stable release [v1.1.2](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v1.2.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 882878b..ebb9719 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +117 @@
+# v1.2.0
+## Breaking changes
+* If you're running a discord bridge, update to this release before 16 october otherwise
+it will stop working. (see https://discordapp.com/developers/docs/reference)
+
+## New features
+* general: Add delete support. (actually delete the messages on bridges that support it)
+ (mattermost,discord,gitter,slack,telegram)
+
+## Bugfix
+* Do not break messages on newline (slack). Closes #258
+* Update telegram library
+* Update discord library (supports v6 API now). Old API is deprecated on 16 October
+
# v1.1.2
## New features
* general: also build darwin binaries
diff --git a/matterbridge.go b/matterbridge.go
index 447e094..ce2985d 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -117 +117 @@ import (
)
var (
- version = "1.2.0-dev"
+ version = "1.2.0"
githash string
)