Skip to content

Commit

Permalink
Release v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Jun 12, 2017
1 parent 0efecb5 commit 56601ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.11.4 works with mattermost 3.5.x - 3.9.0 [3.9.0 release](https://github.com/mattermost/platform/releases/tag/v3.9.0)
* Matterircd v0.11.5 works with mattermost 3.5.x - 3.9.0 [3.9.0 release](https://github.com/mattermost/platform/releases/tag/v3.9.0)
* Matterircd v0.10.2 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.0)

Master branch of matterircd should always work against latest STABLE mattermost release.
Expand All @@ -43,7 +43,7 @@ If you want to run matterircd with mattermost DEV builds, use the develop branch
# Binaries

You can find the binaries [here](https://github.com/42wim/matterircd/releases/)
* For use with mattermost 3.5.0 and higher [v0.11.4](https://github.com/42wim/matterircd/releases/tag/v0.11.4)
* For use with mattermost 3.5.0 and higher [v0.11.5](https://github.com/42wim/matterircd/releases/tag/v0.11.5)
* For use with mattermost 3.3.0-3.4.0 [v0.10.2](https://github.com/42wim/matterircd/releases/tag/v0.10.2)

# Building
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.11.5
## Bugfix
* Fix crash #97

# v0.11.4
## New features
* Support mattermost 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var (
flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string
flagInsecure *bool
version = "0.11.4"
version = "0.11.5"
githash string
logger *logrus.Entry
)
Expand Down

0 comments on commit 56601ce

Please sign in to comment.