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

Bump version

This commit is contained in:
Wim 2017-01-28 22:29:19 +01:00
parent e9105003b0
commit 1426ddec5f
2 changed files with 6 additions and 4 deletions

View File

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

View File

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