From a1e1bb21102f0234e9edba475c99b64ffe71d91c Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Wed, 17 Jul 2024 16:41:27 +0100 Subject: [PATCH] chore: update changelog for 0.4.0 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9e5cee..cc82495a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v0.4.0 + +Breaking changes in this release: + +* Upgrade to using Ably JavaScript SDK v2 [\#325](https://github.com/ably/spaces/pull/325) + +With this release the Spaces SDK now requires Ably JavaScript SDK v2 to be installed and used with the Spaces client. Please refer to [Ably JavaScript SDK v2](https://github.com/ably/ably-js/releases/tag/2.0.0) GitHub release notes for the list of breaking changes and the corresponding migration guide. + +**Full Changelog**: https://github.com/ably/spaces/compare/0.3.1...0.4.0 + ## v0.3.1 No breaking changes were introduced in this release.