diff --git a/docs/release-notes.md b/docs/release-notes.md
index ac6bfed9d..6b480f7e8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,10 +1,12 @@
## Next release
+* Upgrade compatible Pydantic version to `0.21.0`. PR #90.
+
* Add documentation for: Application Configuration.
## 0.8.0
-* Make development scripts executable. PR #76 by @euri10.
+* Make development scripts executable. PR #76 by @euri10.
* Add support for adding `tags` in `app.include_router()`. PR #55 by @euri10. Documentation updated in the section: Bigger Applications.