diff --git a/docs/release-notes.md b/docs/release-notes.md
new file mode 100644
index 000000000..e9af315ca
--- /dev/null
+++ b/docs/release-notes.md
@@ -0,0 +1,3 @@
+## 0.1.19
+
+* Upgrade Starlette version to the current latest `0.10.1`: #17 by @euri10
diff --git a/fastapi/__init__.py b/fastapi/__init__.py
index dff85a230..5e8e2bdf2 100644
--- a/fastapi/__init__.py
+++ b/fastapi/__init__.py
@@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.1.18"
+__version__ = "0.1.19"
from .applications import FastAPI
from .routing import APIRouter
diff --git a/mkdocs.yml b/mkdocs.yml
index 83542a3d2..f8a3b3116 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -64,6 +64,7 @@ nav:
- Project Generation - Template: 'project-generation.md'
- Alternatives, Inspiration and Comparisons: 'alternatives.md'
- Benchmarks: 'benchmarks.md'
+ - Release Notes: release-notes.md
markdown_extensions:
- markdown.extensions.codehilite: