Skip to content

Commit 0bd5a0d

Browse files
committed
Release v1.11.3
1 parent 330ddb6 commit 0bd5a0d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
version = "1.11.3-dev"
17+
version = "1.11.3"
1818
githash string
1919
)
2020

0 commit comments

Comments
 (0)