mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Bump version
This commit is contained in:
parent
e9105003b0
commit
1426ddec5f
@ -1,4 +1,9 @@
|
|||||||
|
# v0.9.3-dev
|
||||||
|
|
||||||
# v0.9.2
|
# v0.9.2
|
||||||
|
## New features
|
||||||
|
* slack: support private channels #118
|
||||||
|
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* general: make ignorenicks work again #115
|
* general: make ignorenicks work again #115
|
||||||
* telegram: fix receiving from channels and groups #112
|
* telegram: fix receiving from channels and groups #112
|
||||||
@ -7,9 +12,6 @@
|
|||||||
* irc: update vendor (fixes some crashes) #117
|
* irc: update vendor (fixes some crashes) #117
|
||||||
* xmpp: fix tls by setting ServerName #114
|
* xmpp: fix tls by setting ServerName #114
|
||||||
|
|
||||||
## New features
|
|
||||||
* slack: support private channels #118
|
|
||||||
|
|
||||||
# v0.9.1
|
# v0.9.1
|
||||||
## New features
|
## New features
|
||||||
* Rocket.Chat: New protocol support added (https://rocket.chat)
|
* Rocket.Chat: New protocol support added (https://rocket.chat)
|
||||||
|
@ -9,7 +9,7 @@ import (
|
|||||||
log "github.com/Sirupsen/logrus"
|
log "github.com/Sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version = "0.9.2"
|
var version = "0.9.3-dev"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})
|
log.SetFormatter(&log.TextFormatter{FullTimestamp: true})
|
||||||
|
Loading…
Reference in New Issue
Block a user