From ff27746c0ce54fe9fa38d30aa3a6eab4385e6555 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 15 Jul 2019 23:23:32 +0200 Subject: [PATCH] Bump version --- changelog.md | 3 +++ matterbridge.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e54a8095..19de6e92 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/matterbridge.go b/matterbridge.go index 2c265091..62a7f34b 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -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")