Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 5, 2022
1 parent fd1636e commit 7e6b03d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.0.0 (2022-10-05)
==================

Note, as with `2.0.0-rc1`, release requires **Node.16** or greater.

Bugfixes
--------

- Add missing `reactions:write` scope to oauth scopes. ([\#696](https://github.com/matrix-org/matrix-appservice-slack/issues/696))
- Fix PostgreSQL schema 14 not applying cleanly if `events` containing NULL columns. ([\#701](https://github.com/matrix-org/matrix-appservice-slack/issues/701))
- Fix `/metrics` and `/ready` paths requiring authentication. ([\#704](https://github.com/matrix-org/matrix-appservice-slack/issues/704))
- Disallowed the accidental behaviour of puppeting two or more Slack accounts from the same team to the same Matrix user. This would cause all puppeting for the
user to stop working. The bridge will now **automatically delete** any puppeted connections which violate this rule. You will be notified via the bridge when
this happens, so you can relink your accounts. ([\#705](https://github.com/matrix-org/matrix-appservice-slack/issues/705))


2.0.0-rc1 (2022-07-29)
======================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/696.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/705.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": "2.0.0-rc1",
"version": "2.0.0",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=16 <=18"
Expand Down

0 comments on commit 7e6b03d

Please sign in to comment.