Thumbnail

rani/matterbridge.git

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

commit e380aa1a37591e38abb7b08fa244c6556ddbbd43 Author: Wim <wim@42.be> Date: Sat Mar 18 21:19:22 2017 +0000 Release v0.10.1 diff --git a/README.md b/README.md index 2f6198b..c75d123 100644 --- a/README.md +++ b/README.md @@ -417 +417 @@ 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 e272ed4..277f9b7 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +17 @@ +# 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 ef5286a..07e2331 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -107 +107 @@ import (  )    var ( - version = "0.10.0" + version = "0.10.1"   githash string  )