From 7d77e6d6080ecd31aba9f2f6098b388eea771685 Mon Sep 17 00:00:00 2001 From: Christian Paul <christianp@matrix.org> Date: Fri, 5 Aug 2022 01:37:04 +0200 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ changelog.d/787.misc | 1 - changelog.d/794.doc | 1 - changelog.d/796.misc | 1 - changelog.d/811.removal | 1 - changelog.d/818.misc | 1 - package.json | 2 +- 7 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.d/787.misc delete mode 100644 changelog.d/794.doc delete mode 100644 changelog.d/796.misc delete mode 100644 changelog.d/811.removal delete mode 100644 changelog.d/818.misc diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36c631e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +2.0.0 (2022-08-05) +================== + +Improved Documentation +---------------------- + +- Update `CONTRIBUTING.md` guide to reference the newly-updated guide for all of the matrix.org bridge repos. ([\#794](https://github.com/matrix-org/matrix-appservice-discord/issues/794)) + + +Deprecations and Removals +------------------------- + +- Node.JS 12 is now unsupported, please upgrade to Node.JS 14 or later. Node.JS 16 becomes the new default version. ([\#811](https://github.com/matrix-org/matrix-appservice-discord/issues/811)) + + +Internal Changes +---------------- + +- Add automatic changelog generation via [Towncrier](https://github.com/twisted/towncrier). ([\#787](https://github.com/matrix-org/matrix-appservice-discord/issues/787)) +- Use `yarn` instead of `npm` for package management and scripts. ([\#796](https://github.com/matrix-org/matrix-appservice-discord/issues/796)) +- Add new CI workflow to check for signoffs. ([\#818](https://github.com/matrix-org/matrix-appservice-discord/issues/818)) diff --git a/changelog.d/787.misc b/changelog.d/787.misc deleted file mode 100644 index eebeeb2..0000000 --- a/changelog.d/787.misc +++ /dev/null @@ -1 +0,0 @@ -Add automatic changelog generation via [Towncrier](https://github.com/twisted/towncrier). diff --git a/changelog.d/794.doc b/changelog.d/794.doc deleted file mode 100644 index 4b62fac..0000000 --- a/changelog.d/794.doc +++ /dev/null @@ -1 +0,0 @@ -Update `CONTRIBUTING.md` guide to reference the newly-updated guide for all of the matrix.org bridge repos. diff --git a/changelog.d/796.misc b/changelog.d/796.misc deleted file mode 100644 index 2fd2578..0000000 --- a/changelog.d/796.misc +++ /dev/null @@ -1 +0,0 @@ -Use `yarn` instead of `npm` for package management and scripts. diff --git a/changelog.d/811.removal b/changelog.d/811.removal deleted file mode 100644 index 711123c..0000000 --- a/changelog.d/811.removal +++ /dev/null @@ -1 +0,0 @@ -Node.JS 12 is now unsupported, please upgrade to Node.JS 14 or later. Node.JS 16 becomes the new default version. \ No newline at end of file diff --git a/changelog.d/818.misc b/changelog.d/818.misc deleted file mode 100644 index 011b0eb..0000000 --- a/changelog.d/818.misc +++ /dev/null @@ -1 +0,0 @@ -Add new CI workflow to check for signoffs. \ No newline at end of file diff --git a/package.json b/package.json index 1ede9b4..83daf21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-discord", - "version": "1.0.0", + "version": "2.0.0", "description": "A bridge between Matrix and Discord", "main": "discordas.js", "engines": { -- GitLab