Skip to content

Commit

Permalink
Release v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Aug 28, 2018
1 parent a62c988 commit 129451d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# unreleased
# v0.18.3

## Bugfix
* slack: api changed, show uploaded files again

Because of changes in slack API and the forced use of pagination, big channels with lots of users can take a while to load.

# v0.18.2
## Bugfix
* slack: fix panic on websocket bug #189, #196
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var (
flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string
flagInsecure, flagSkipTLSVerify *bool
version = "0.18.3-dev"
version = "0.18.3"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit 129451d

Please sign in to comment.