Skip to content

Commit f065e9e

Browse files
committed
Release v0.12.1
1 parent 3812693 commit f065e9e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges
4242
# Installing
4343
## Binaries
4444
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
45-
* Latest stable release [v0.12.0](https://github.com/42wim/matterbridge/releases/latest)
45+
* Latest stable release [v0.12.1](https://github.com/42wim/matterbridge/releases/latest)
4646

4747
## Building
4848
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)

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.12.1
2+
## New features
3+
* telegram: Add UseFirstName option (telegram). Closes #144
4+
* matrix: Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Closes #160.
5+
6+
## Bugfix
7+
* xmpp: Add Compatibility for Cisco Jabber (xmpp) (#166)
8+
* irc: Fix JoinChannel argument to use IRC channel key (#172)
9+
* discord: Fix possible crash on nil (discord)
10+
* discord: Replace long ids in channel metions (discord). Fixes #174
11+
112
# v0.12.0
213
## Changes
314
* general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "0.12.1-dev"
15+
version = "0.12.1"
1616
githash string
1717
)
1818

0 commit comments

Comments
 (0)