Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Mar 3, 2023
1 parent 37e6a9f commit d7500b6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.1.0 (2023-03-03)
==================

Features
--------

- Add a new UI widget for linking and unlinking channels from within a Matrix room. ([\#734](https://github.com/matrix-org/matrix-appservice-slack/issues/734), [\#735](https://github.com/matrix-org/matrix-appservice-slack/issues/735))


Internal Changes
----------------

- Correctly attribute mkarg for documentation contributions. We also reverted commits and recommited them with the correct Author value set. ([\#729](https://github.com/matrix-org/matrix-appservice-slack/issues/729))
- Optimize the Dockerfile to speed up image rebuilds following a code change. ([\#732](https://github.com/matrix-org/matrix-appservice-slack/issues/732))
- Update the provisioning API to use `matrix-appservice-bridge`. ([\#733](https://github.com/matrix-org/matrix-appservice-slack/issues/733))


2.0.2 (2022-11-30)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/729.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/732.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/733.misc

This file was deleted.

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

This file was deleted.

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

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": "2.0.2",
"version": "2.1.0",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=16 <=18"
Expand Down

0 comments on commit d7500b6

Please sign in to comment.