diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a21917dfb..687c3c77e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,26 @@ Changelog ========= +3.9.2 +----- + +Improvements: + +* Dependency updates (#1645, #1649, #1653, #1662, #1686). +* Update compiled Protobuf definitions (#1688). + +Bugfixes: + +* Handle whitespace in Azure Key Vault URLs (#1652). +* Correctly handle comments during JSON serialization (#1647). + +Project changes: + +* CI dependency updates (#1644, #1648, #1654, #1664, #1673, #1677, #1685). +* Rust dependency updates (#1655, #1663, #1670, #1676, #1689). +* Update and improve Protobuf code generation (#1688). + + 3.9.1 -----