summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-20 17:27:48 +0100
committerWim <wim@42.be>2016-11-20 17:27:48 +0100
commit8c83eb03c7acea4ef9c4e75e1048308458474532 (patch)
treee20749fcb623b46f51959e8f0dadd2621c02f866 /changelog.md
parente28649b5923f8a950c370de6a14fde3a8681b94b (diff)
downloadmatterbridge-msglm-8c83eb03c7acea4ef9c4e75e1048308458474532.tar.gz
matterbridge-msglm-8c83eb03c7acea4ef9c4e75e1048308458474532.tar.bz2
matterbridge-msglm-8c83eb03c7acea4ef9c4e75e1048308458474532.zip
Update documentation. Prepare release
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 42bca6d1..8f368286 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,19 @@
-# v0.8
+# v0.8.1
+## Bugfix
+* general: when using samechannelgateway NickFormat get doubled by the NICK #77
+* irc: fix !users command #78
+
+# v0.8.0
Release because of breaking mattermost API changes
## New features
* Supports mattermost v3.5.0
-# v0.7
+# v0.7.1
+## Bugfix
+* general: when using samechannelgateway NickFormat get doubled by the NICK #77
+* irc: fix !users command #78
+
+# v0.7.0
## Breaking config changes from 0.6 to 0.7
Matterbridge now uses TOML configuration (https://github.com/toml-lang/toml)
See matterbridge.toml.sample for an example