From 7242981ac91548c307088c1ea51365cbec4e3e4b Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Fri, 1 Nov 2024 13:03:06 -0400 Subject: [PATCH] Update packages CHANGELOG.md --- packages/desktop/CHANGELOG.md | 12 ++++++++++++ packages/mobile/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 02777cda37..eac559ccc7 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.2] + +### Chores + +* Moved some responsibilities of identity management to the backend ([#2602](https://github.com/TryQuiet/quiet/issues/2602)) +* Added auth submodule in preparation for future encyrption work ([#2623](https://github.com/TryQuiet/quiet/issues/2623)) + +### Fixes + +* Fixed memory leak associated with autoUpdater ([#2606](https://github.com/TryQuiet/quiet/issues/2606)) +* Fixed visual regression tests ([#2644](https://github.com/TryQuiet/quiet/issues/2645)) + ## [2.3.1] ### Fixes diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 02777cda37..eac559ccc7 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.2] + +### Chores + +* Moved some responsibilities of identity management to the backend ([#2602](https://github.com/TryQuiet/quiet/issues/2602)) +* Added auth submodule in preparation for future encyrption work ([#2623](https://github.com/TryQuiet/quiet/issues/2623)) + +### Fixes + +* Fixed memory leak associated with autoUpdater ([#2606](https://github.com/TryQuiet/quiet/issues/2606)) +* Fixed visual regression tests ([#2644](https://github.com/TryQuiet/quiet/issues/2645)) + ## [2.3.1] ### Fixes