diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d2d358e5fc..e1d1cc0e00 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,25 +1,14 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [2.1.1-alpha.1](/compare/@quiet/desktop@2.1.1-alpha.0...@quiet/desktop@2.1.1-alpha.1) (2024-02-07) - - -### Bug Fixes - -* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268 - - - - - [2.1.1] # Fixes: +* Make sure address of the inviting peer is in the invitation link * Opening the mobile app with joining links has been corrected. +# Refactorings: + +* Remove unused backend events and state-manager event types + [2.1.0] # New features: @@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Refactorings: +* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration * Removed SAVE_OWNER_CERTIFICATE event. * Removed registrar reminders and rename LAUNCH_REGISTRAR. * Removed unused SEND_USER_CERTIFICATE event. diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index a175593317..e1d1cc0e00 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,25 +1,14 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [2.1.1-alpha.1](/compare/@quiet/mobile@2.1.1-alpha.0...@quiet/mobile@2.1.1-alpha.1) (2024-02-07) - - -### Bug Fixes - -* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268 - - - - - [2.1.1] # Fixes: +* Make sure address of the inviting peer is in the invitation link * Opening the mobile app with joining links has been corrected. +# Refactorings: + +* Remove unused backend events and state-manager event types + [2.1.0] # New features: @@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Refactorings: +* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration * Removed SAVE_OWNER_CERTIFICATE event. * Removed registrar reminders and rename LAUNCH_REGISTRAR. * Removed unused SEND_USER_CERTIFICATE event.