From b622f236cfa1621705bf04eac78055fd816707ff Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 12 May 2020 12:08:36 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 13 +++++++++++++ changelog.d/403.bugfix | 1 - changelog.d/404.misc | 1 - changelog.d/405.bugfix | 1 - changelog.d/408.bugfix | 1 - 5 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/403.bugfix delete mode 100644 changelog.d/404.misc delete mode 100644 changelog.d/405.bugfix delete mode 100644 changelog.d/408.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c13be8..259faeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ Features - Check if a channel is linked to another room, and unauthorize the link if so. ([\#401](https://github.com/matrix-org/matrix-appservice-slack/issues/401)) - Support automatically bridging to the new room on room upgrade ([\#402](https://github.com/matrix-org/matrix-appservice-slack/issues/402)) +Bugfixes +-------- + +- Allow bridging to private channels via the provisioner ([\#403](https://github.com/matrix-org/matrix-appservice-slack/issues/403)) +- Fix postgress configurations failing to start when using the offical docker image. ([\#405](https://github.com/matrix-org/matrix-appservice-slack/issues/405)) +- Bridge will no longer update user's displayname with a bots name when a bot is modified ([\#408](https://github.com/matrix-org/matrix-appservice-slack/issues/408)) + + +Internal Changes +---------------- + +- Fix exception on missing `error` in createTeamClient ([\#404](https://github.com/matrix-org/matrix-appservice-slack/issues/404)) + 1.2.0 (2020-05-07) =================== diff --git a/changelog.d/403.bugfix b/changelog.d/403.bugfix deleted file mode 100644 index 87d38701..00000000 --- a/changelog.d/403.bugfix +++ /dev/null @@ -1 +0,0 @@ -Allow bridging to private channels via the provisioner \ No newline at end of file diff --git a/changelog.d/404.misc b/changelog.d/404.misc deleted file mode 100644 index 201d0529..00000000 --- a/changelog.d/404.misc +++ /dev/null @@ -1 +0,0 @@ -Fix exception on missing `error` in createTeamClient \ No newline at end of file diff --git a/changelog.d/405.bugfix b/changelog.d/405.bugfix deleted file mode 100644 index e7e22d6d..00000000 --- a/changelog.d/405.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix postgress configurations failing to start when using the offical docker image. \ No newline at end of file diff --git a/changelog.d/408.bugfix b/changelog.d/408.bugfix deleted file mode 100644 index 629534f6..00000000 --- a/changelog.d/408.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bridge will no longer update user's displayname with a bots name when a bot is modified \ No newline at end of file