commit f0f35e89a212f477c3e00ea233373d94679925fd
Author: Wim <wim@42.be>
Date: Sat Sep 07 23:30:17 2019 +0000
diff --git a/changelog.md b/changelog.md
index 95e6460..6e63433 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +15 @@
+# dev
+
# v1.16.0
## New features
@@ -156 +179 @@
* 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
diff --git a/matterbridge.go b/matterbridge.go
index b70147a..b14cc92 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -157 +157 @@ import (
)
var (
- version = "1.16.0"
+ version = "1.16.1-dev"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")