mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Bump version and fix changelog
This commit is contained in:
parent
45becd2573
commit
294139ce7a
@ -1,3 +1,5 @@
|
|||||||
|
# dev
|
||||||
|
|
||||||
# v1.16.0
|
# v1.16.0
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
@ -15,6 +17,9 @@
|
|||||||
* xmpp: Fix possible panic at startup of the XMPP bridge #869
|
* xmpp: Fix possible panic at startup of the XMPP bridge #869
|
||||||
* mattermost: Make getChannelIdTeam behave like GetChannelId for groups (mattermost) #873
|
* 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
|
# v1.15.1
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.16.0"
|
version = "1.16.1-dev"
|
||||||
githash string
|
githash string
|
||||||
|
|
||||||
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
||||||
|
Loading…
Reference in New Issue
Block a user