Skip to content

Commit

Permalink
Release v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Mar 12, 2018
1 parent a496acc commit 5a90d1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run -p 6667:6667 42wim/matterircd:latest -bind 0.0.0.0:6667
Now you can connect with your IRC client to port 6667 on your docker host.

# Compatibility
* Matterircd v0.16.4 works with slack (initial support) and mattermost 3.8.x - 3.10.0, 4.x
* Matterircd v0.16.5 works with slack and mattermost 3.8.x - 3.10.0, 4.x

Master branch of matterircd should always work against latest STABLE mattermost release.

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.16.5
## New features
* Add support for private channels in slack #142

## Bugfix
* Slack: fixes join/parts #143, #146
* Slack: fixes away #144

# v0.16.4
## Bugfix
* Fix some messages going to &messages #140
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.16.5-dev"
version = "0.16.5"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit 5a90d1b

Please sign in to comment.