diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..36c631ee68f7f2c3a48e70f31b5b2d1169a40df4 --- /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 eebeeb21a83a9d00f7c47351dee41dc323bd717f..0000000000000000000000000000000000000000 --- 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 4b62fac65e352dffc3537eb6dc9821ecf6d9868e..0000000000000000000000000000000000000000 --- 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 2fd2578607ab6ba0df83a3a7be70d622dd68bd02..0000000000000000000000000000000000000000 --- 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 711123c6fa380f99873aa4f66df63cfb562c5b88..0000000000000000000000000000000000000000 --- 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 011b0ebef8526527b783169dc2e3c0687dced6db..0000000000000000000000000000000000000000 --- 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 1ede9b40a26aa097fe3a40f116350acb6abef1f4..83daf21c8b8dcd53fbc80772959505870c5a8fcd 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": {