Skip to content

Commit

Permalink
1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 18, 2019
1 parent 0cc2a72 commit cd0d009
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.0.0-rc2 (2019-09-18)
=======================

Features
--------

- Suppport puppeted reactions/redactions ([\#235](https://github.com/matrix-org/matrix-appservice-slack-issues/235))


Bugfixes
--------

- Remove option slack_user_token on link command ([\#236](https://github.com/matrix-org/matrix-appservice-slack-issues/236))
- Messages from puppeted accounts are no longer duplicated over the bridge ([\#237](https://github.com/matrix-org/matrix-appservice-slack-issues/237))
- Do not send messages to slack with no content ([\#238](https://github.com/matrix-org/matrix-appservice-slack-issues/238))


1.0.0-rc1 (2019-09-13)
=======================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/235.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/236.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/237.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/238.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-slack",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit cd0d009

Please sign in to comment.