diff --git a/docs/release-notes.md b/docs/release-notes.md
index 69c742ca7..577c47e9f 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,7 +2,7 @@
## 0.6.0
-* Update SQL with SQLAlchemy tutorial at https://fastapi.tiangolo.com/tutorial/sql-databases/ using the new official `request.state`.
+* Update SQL with SQLAlchemy tutorial at https://fastapi.tiangolo.com/tutorial/sql-databases/ using the new official `request.state`. PR #45.
* Upgrade Starlette to version `0.11.1` and add required compatibility changes. PR #44.