diff options
-rw-r--r-- | changelog.md | 3 | ||||
-rw-r--r-- | matterbridge.go | 2 |
2 files changed, 4 insertions, 1 deletions
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") |