Thumbnail

rani/matterbridge.git

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

commit 6979a4221ae5b59f450931a6257b7f2db7067c37 Author: Wim <wim@42.be> Date: Mon Jul 15 23:23:32 2019 +0000 Bump version diff --git a/changelog.md b/changelog.md index e54a809..19de6e9 100644 --- a/changelog.md +++ b/changelog.md @@ -106 +109 @@  * 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) diff --git a/matterbridge.go b/matterbridge.go index 2c26509..62a7f34 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -157 +157 @@ import (  )    var ( - version = "1.15.1" + version = "1.15.2-dev"   githash string     flagConfig = flag.String("conf", "matterbridge.toml", "config file")