Bump version and fix changelog

pull/889/head
Wim 5 years ago
parent 45becd2573
commit 294139ce7a

@ -1,3 +1,5 @@
# dev
# v1.16.0
## New features
@ -15,6 +17,9 @@
* xmpp: Fix possible panic at startup of the XMPP bridge #869
* mattermost: Make getChannelIdTeam behave like GetChannelId for groups (mattermost) #873
This release couldn't exist without the following contributors:
@hyperobject, @42wim, @bucko909, @MOZGIII
# v1.15.1
## New features

@ -15,7 +15,7 @@ import (
)
var (
version = "1.16.0"
version = "1.16.1-dev"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")

Loading…
Cancel
Save