commit 179e9423a47a7dfef8bace5c2359230689f479f4
Author: Wim <wim@42.be>
Date: Mon Mar 27 20:40:57 2017 +0000
diff --git a/README.md b/README.md
index fcd76b5..d9cff57 100644
--- a/README.md
+++ b/README.md
@@ -427 +427 @@ Accounts to one of the supported bridges
# Installing
## Binaries
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
-* Latest release [v0.10.2](https://github.com/42wim/matterbridge/releases/latest)
+* Latest release [v0.10.3](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 673a018..78289f0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13 +17 @@
+# v0.10.3
+## Bugfix
+* slack: Allow bot tokens for now without warning (slack). Closes #140 (fixes user_is_bot message on channel join)
+
# v0.10.2
## New features
* general: gops agent added. Allows for more debugging. See #134
diff --git a/matterbridge.go b/matterbridge.go
index f3341ac..c3b7e8f 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -117 +117 @@ import (
)
var (
- version = "0.10.2"
+ version = "0.10.3"
githash string
)