File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ See https://github.com/42wim/matterbridge/wiki
6969
7070# Installing
7171## Binaries
72- * Latest stable release [ v1.11.2 ] ( https://github.com/42wim/matterbridge/releases/latest )
72+ * Latest stable release [ v1.11.3 ] ( https://github.com/42wim/matterbridge/releases/latest )
7373* Development releases (follows master) can be downloaded [ here] ( https://dl.bintray.com/42wim/nightly/ )
7474
7575## Building
Original file line number Diff line number Diff line change 1+ # v1.11.3
2+
3+ ## Bugfix
4+ * mattermost: fix panic when using webhooks #491
5+ * slack: fix issues regarding API changes and lots of channels #489
6+ * irc: fix rejoin on kick problem #488
7+
18# v1.11.2
29
310## Bugfix
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616var (
17- version = "1.11.3-dev "
17+ version = "1.11.3"
1818 githash string
1919)
2020
You can’t perform that action at this time.
0 commit comments