Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Mar 31, 2022
1 parent 3abc8c6 commit 30f6e3a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 8 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,27 @@
3.2.0 (2021-11-23)
4.0.0 (2022-03-31)
==================

Features
--------

- Add new `Provisioning and Widgets API`, so that bridges can provide richer integration APIs ([\#365](https://github.com/matrix-org/matrix-appservice-bridge/issues/365), [\#388](https://github.com/matrix-org/matrix-appservice-bridge/issues/388))


Deprecations and Removals
-------------------------

- Drop support for Node 12. Support Node 14+. ([\#382](https://github.com/matrix-org/matrix-appservice-bridge/issues/382))


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

- Update typedoc to 0.22.9 ([\#377](https://github.com/matrix-org/matrix-appservice-bridge/issues/377))
- Logging in as an appservice user (for encryption support) now uses `m.login.application_service` rather than the unstable prefix. This may break on homeservers that are not up to date with Matrix v1.2. ([\#389](https://github.com/matrix-org/matrix-appservice-bridge/issues/389))
- Replace Buildkite with GitHub Actions for CI. ([\#392](https://github.com/matrix-org/matrix-appservice-bridge/issues/392))


3.2.0 (2021-11-23)
===================

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/382.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
"version": "3.2.0",
"version": "4.0.0",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 30f6e3a

Please sign in to comment.