summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.md8
-rw-r--r--matterbridge.go2
2 files changed, 6 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index e0f1e102..da21f0c3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,9 @@
+# v0.9.3-dev
+
# v0.9.2
+## New features
+* slack: support private channels #118
+
## Bugfix
* general: make ignorenicks work again #115
* telegram: fix receiving from channels and groups #112
@@ -7,9 +12,6 @@
* irc: update vendor (fixes some crashes) #117
* xmpp: fix tls by setting ServerName #114
-## New features
-* slack: support private channels #118
-
# v0.9.1
## New features
* Rocket.Chat: New protocol support added (https://rocket.chat)
diff --git a/matterbridge.go b/matterbridge.go
index be7b645b..bb125c82 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -9,7 +9,7 @@ import (
log "github.com/Sirupsen/logrus"
)
-var version = "0.9.2"
+var version = "0.9.3-dev"
func init() {
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})