Skip to content

Commit f7cf55c

Browse files
committed
Release v0.18.2
1 parent a0ab000 commit f7cf55c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.18.2
2+
## Bugfix
3+
* slack: fix panic on websocket bug #189, #196
4+
15
# v0.18.1
26
## New features
37
* mattermost: support mattermost 5.x

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var (
1616
flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string
1717
flagInsecure, flagSkipTLSVerify *bool
18-
version = "0.18.2-dev"
18+
version = "0.18.2"
1919
githash string
2020
logger *logrus.Entry
2121
cfg config.Config

0 commit comments

Comments
 (0)