commit af8c4cf4aa1cea991f2936a2e58441b2b818eb00
Author: Wim <wim@42.be>
Date: Tue May 23 22:48:05 2017 +0000
diff --git a/README.md b/README.md
index b32b56d..f7fa9c9 100644
--- a/README.md
+++ b/README.md
@@ -427 +427 @@ Accounts to one of the supported bridges
# Installing
## Binaries
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
-* Latest stable release [v0.12.0](https://github.com/42wim/matterbridge/releases/latest)
+* Latest stable release [v0.12.1](https://github.com/42wim/matterbridge/releases/latest)
## Building
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
diff --git a/changelog.md b/changelog.md
index e7f74f6..d51f073 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +114 @@
+# v0.12.1
+## New features
+* telegram: Add UseFirstName option (telegram). Closes #144
+* matrix: Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Closes #160.
+
+## Bugfix
+* xmpp: Add Compatibility for Cisco Jabber (xmpp) (#166)
+* irc: Fix JoinChannel argument to use IRC channel key (#172)
+* discord: Fix possible crash on nil (discord)
+* discord: Replace long ids in channel metions (discord). Fixes #174
+
# v0.12.0
## Changes
* general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"
diff --git a/matterbridge.go b/matterbridge.go
index 31c3f11..fdeeb23 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -127 +127 @@ import (
)
var (
- version = "0.12.1-dev"
+ version = "0.12.1"
githash string
)