From 68ca2f99721e7ee14a20ca717c0ec54f7dba766b Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 15 Aug 2023 10:18:04 +0100 Subject: [PATCH] Add missing changelog entry. --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 851c844d4..ee4133fae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ## Changes in 1.11.0 (2023-08-15) +✨ Features + +- Integrate Device Dehydration v2 through the Crypto SDK ([#7630](https://github.com/vector-im/element-ios/pull/7630)) + 🙌 Improvements - Upgrade MatrixSDK version ([v0.27.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.0)).