Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 31, 2023
1 parent 2153cd5 commit a9f5553
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2.1.2 (2023-07-31)
==================

It is **strongly** reccomended you upgrade your bridge, as this release contains security fixes.

🔒 Security
-----------

- Fixes for GHSA-vc7j-h8xg-fv5x.

Features
--------

- Add improved error messages in setup widget. ([\#744](https://github.com/matrix-org/matrix-appservice-slack/issues/744))
- Add support for specifying a HTTP proxy to connect to the Slack API. ([\#750](https://github.com/matrix-org/matrix-appservice-slack/issues/750))


Bugfixes
--------

- Fix the provisioner staring once per bridged room. ([\#751](https://github.com/matrix-org/matrix-appservice-slack/issues/751))


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

- Update matrix-appservice-bridge to 8.1.2. ([\#765](https://github.com/matrix-org/matrix-appservice-slack/issues/765))


2.1.1 (2023-03-07)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/765.misc

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

0 comments on commit a9f5553

Please sign in to comment.