From 936bccccd24b6271c613b1d1857adffe713d2d75 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 18 Mar 2017 21:19:22 +0100 Subject: [PATCH] Release v0.10.1 --- README.md | 2 +- changelog.md | 4 ++++ matterbridge.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f6198b5..c75d1235 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Accounts to one of the supported bridges # Installing ## Binaries Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/) -* Latest release [v0.10.0](https://github.com/42wim/matterbridge/releases/tag/v0.10.0) +* Latest release [v0.10.1](https://github.com/42wim/matterbridge/releases/latest) ## Building Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) diff --git a/changelog.md b/changelog.md index e272ed40..277f9b72 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v0.10.1 +## Bugfix +* gitter: Fix sending messages on new channel join. + # v0.10.0 ## New features * matrix: New protocol support added (https://matrix.org) diff --git a/matterbridge.go b/matterbridge.go index ef5286a4..07e23315 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -10,7 +10,7 @@ import ( ) var ( - version = "0.10.0" + version = "0.10.1" githash string )