From 11c96e14a109bbde9ee2c9779d6c3f4b7f72ef0c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 24 Jan 2025 20:06:08 +0100 Subject: [PATCH] Add 3.9.4 to changelog. Signed-off-by: Felix Fontein --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dff3e040a..0fbe23262 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ Changelog ========= +3.9.4 +----- + +Improvements: + +* Dependency updates (#1727, #1732, #1734, #1739). + +Bugfixes: + +* Prevent key deduplication to identify different AWS KMS keys that only differ by role, context, or profile (#1733). +* Update part of Azure SDK which prevented decryption in some cases (#1695, #1734). + +Project changes: + +* CI dependency updates (#1730, #1738). +* Rust dependency updates (#1728, #1731, #1735). + + 3.9.3 -----