Skip to content

Commit

Permalink
Release v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Jul 30, 2017
1 parent f8e6a69 commit c28b876
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki

# Installing
## Binaries
* Latest stable release [v0.16.3](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.0.0-rc1](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)

## 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 @@
# v1.0.0-rc1
## New features
* general: Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199

## Bugfix
* general: Handle same account in multiple gateways better
* mattermost: ignore edited messages with reactions
* mattermost: Fix double posting of edited messages by using lru cache
* irc: update vendor

# v0.16.3
## Bugfix
* general: Fix in/out logic. Closes #224
Expand Down
2 changes: 1 addition & 1 deletion matterbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
version = "1.0.0-dev"
version = "1.0.0-rc1"
githash string
)

Expand Down

0 comments on commit c28b876

Please sign in to comment.