Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed May 12, 2020
1 parent 2f91257 commit 622aa0b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
1.2.0 (2020-05-07)
1.3.0 (2020-05-12)
===================

Features
--------

- Add ability to limit the number of teams and rooms via the config ([\#397](https://github.com/matrix-org/matrix-appservice-slack/issues/397))
- Check if a channel is linked to another room, and unauthorize the link if so. ([\#401](https://github.com/matrix-org/matrix-appservice-slack/issues/401))
- Support automatically bridging to the new room on room upgrade ([\#402](https://github.com/matrix-org/matrix-appservice-slack/issues/402))


1.2.0 (2020-05-07)
===================

No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/397.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/401.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/402.feature

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "1.3.0",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 622aa0b

Please sign in to comment.