5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00

Bump version and fix changelog

This commit is contained in:
Wim 2019-09-07 23:30:17 +02:00
parent 45becd2573
commit 294139ce7a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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")