diff --git a/docs/release-notes.md b/docs/release-notes.md
index fbbbf74d1..b98662a03 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,7 @@
## Next
+* Add support for adding `tags` in `app.include_router()`. PR #55 by @euri10. Documentation updated in the section: Bigger Applications.
+
* Update docs related to Uvicorn to use new `--reload` option from version `0.5.x`. PR #74.
* Update `isort` imports and scripts to be compatible with newer versions. PR #75.