diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16d83845..3560a473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [1.7.0](https://github.com/mkdocstrings/python/releases/tag/1.7.0) - 2023-09-14
+
+[Compare with 1.6.3](https://github.com/mkdocstrings/python/compare/1.6.3...1.7.0)
+
+### Features
+
+- Add option to unwrap `Annotated` types ([53db04b](https://github.com/mkdocstrings/python/commit/53db04b6256db960aebc2a9f91129b82ca222e41) by Timothée Mazzucotelli).
+
## [1.6.3](https://github.com/mkdocstrings/python/releases/tag/1.6.3) - 2023-09-11
[Compare with 1.6.2](https://github.com/mkdocstrings/python/compare/1.6.2...1.6.3)