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

Bump version

This commit is contained in:
Wim 2019-07-15 23:23:32 +02:00
parent 87788f354f
commit ff27746c0c
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@
* xmpp: fix segfault when disconnected/reconnected #856
* telegram: fix panic in handleEntities #858
This release couldn't exist without the following contributors:
@42wim, @qaisjp, @joohoi
# v1.15.0
## New features
* Add scripting (tengo) support for every outgoing message (#806)

View File

@ -15,7 +15,7 @@ import (
)
var (
version = "1.15.1"
version = "1.15.2-dev"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")