Skip to content

Commit a9f5553

Browse files
committed
2.1.2
1 parent 2153cd5 commit a9f5553

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2.1.2 (2023-07-31)
2+
==================
3+
4+
It is **strongly** reccomended you upgrade your bridge, as this release contains security fixes.
5+
6+
🔒 Security
7+
-----------
8+
9+
- Fixes for GHSA-vc7j-h8xg-fv5x.
10+
11+
Features
12+
--------
13+
14+
- Add improved error messages in setup widget. ([\#744](https://github.com/matrix-org/matrix-appservice-slack/issues/744))
15+
- Add support for specifying a HTTP proxy to connect to the Slack API. ([\#750](https://github.com/matrix-org/matrix-appservice-slack/issues/750))
16+
17+
18+
Bugfixes
19+
--------
20+
21+
- Fix the provisioner staring once per bridged room. ([\#751](https://github.com/matrix-org/matrix-appservice-slack/issues/751))
22+
23+
24+
Internal Changes
25+
----------------
26+
27+
- Update matrix-appservice-bridge to 8.1.2. ([\#765](https://github.com/matrix-org/matrix-appservice-slack/issues/765))
28+
29+
130
2.1.1 (2023-03-07)
231
==================
332

changelog.d/744.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/750.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/751.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/765.misc

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-slack",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A Matrix <--> Slack bridge",
55
"engines": {
66
"node": ">=16 <=18"

0 commit comments

Comments
 (0)