Skip to content

Commit

Permalink
2.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 21, 2020
1 parent 192d1e4 commit 5774ad1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
2.2.0 (2020-10-15)
2.3.0-rc1 (2020-10-21)
=======================

Features
--------

- Add `MembershipQueue` component ([\#251](https://github.com/matrix-org/matrix-appservice-bridge/issues/251))
- Add function to ping the homeserver to check that the AS can be reached ([\#253](https://github.com/matrix-org/matrix-appservice-bridge/issues/253))
- Add `uploadContent()`, and `setRoomDirectoryVisibility()` intent functions ([\#254](https://github.com/matrix-org/matrix-appservice-bridge/issues/254))


Bugfixes
--------

- Fix a bug where the default configuration would be overwritten on validation ([\#252](https://github.com/matrix-org/matrix-appservice-bridge/issues/252))
- Fix a bug where messages would be echoed to the bridge from the bot user, even if `suppressEcho` was on. ([\#255](https://github.com/matrix-org/matrix-appservice-bridge/issues/255))


2.2.0 (2020-10-15)
===================

No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/251.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/255.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-bridge",
"version": "2.2.0",
"version": "2.3.0-rc1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5774ad1

Please sign in to comment.