Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 1a5a4353f47cb4032bd6485b23710beb16c82f37 Author: Wim <wim@42.be> Date: Sat Jan 28 22:29:19 2017 +0000 Bump version diff --git a/changelog.md b/changelog.md index e0f1e10..da21f0c 100644 --- a/changelog.md +++ b/changelog.md @@ -14 +19 @@ +# 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 @@ -79 +126 @@  * 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 be7b645..bb125c8 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -97 +97 @@ 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})