diff --git a/CHANGELOG.md b/CHANGELOG.md index c98f94aae..ba04cac99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +Changes in [8.3.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.3.0) (2020-09-14) +================================================================================================ +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.3.0-rc.1...v8.3.0) + +* No changes since rc.1 + +Changes in [8.3.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.3.0-rc.1) (2020-09-09) +========================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.2.0...v8.3.0-rc.1) + + * Add missing options in ICreateClientOpts + [\#1452](https://github.com/matrix-org/matrix-js-sdk/pull/1452) + * Ensure ready functions return boolean values + [\#1457](https://github.com/matrix-org/matrix-js-sdk/pull/1457) + * Handle missing cross-signing keys gracefully + [\#1456](https://github.com/matrix-org/matrix-js-sdk/pull/1456) + * Fix eslint ts override tsx matching + [\#1451](https://github.com/matrix-org/matrix-js-sdk/pull/1451) + * Untangle cross-signing and secret storage + [\#1450](https://github.com/matrix-org/matrix-js-sdk/pull/1450) + Changes in [8.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v8.2.0) (2020-09-01) ================================================================================================ [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v8.2.0-rc.1...v8.2.0) diff --git a/package.json b/package.json index 54375590f..1eee3c392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "8.2.0", + "version": "8.3.0", "description": "Matrix Client-Server SDK for Javascript", "scripts": { "prepare": "yarn build",