Skip to content

Commit

Permalink
Release v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Apr 21, 2018
1 parent 156c4c4 commit e2189ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Start the service.
```

# Compatibility
* Matterircd v0.17.0 works with slack and mattermost 3.8.x - 3.10.0, 4.x
* Matterircd 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 All @@ -64,8 +64,7 @@ Master branch of matterircd should always work against latest STABLE mattermost

# Binaries

You can find the binaries [here](https://github.com/42wim/matterircd/releases/)
* For use with mattermost 3.8.0 and higher [0.17.0](https://github.com/42wim/matterircd/relases/latest)
You can find the binaries [here](https://github.com/42wim/matterircd/releases/latest)

# Building

Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.17.1
## New features
* general: enable login via irc PASS command during handshake instead of PRIVMSG

## Bugfix
* mattermost: Update GetFileLinks to API_V4
* slack/mattermost: Fix issue with matterircd users not being able to chat to eachother
* slack: Do not join channels for single direct messages (slack)
* slack: Split fallback messages on newline (slack)

# v0.17.0
## New features
* general: mattermost configuration settings need to be migrated to `[mattermost]` settings. See matterircd.toml.example
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.17.1-dev"
version = "0.17.1"
githash string
logger *logrus.Entry
cfg config.Config
Expand Down

0 comments on commit e2189ed

Please sign in to comment.