diff --git a/release-notes.md b/release-notes.md
index a81d5ce98f..66997bb76e 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -39,7 +39,7 @@
* ⬆ Bump @types/node from 25.0.9 to 25.0.10. PR [#2149](https://github.com/fastapi/full-stack-fastapi-template/pull/2149) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump @tanstack/react-router-devtools from 1.153.2 to 1.156.0. PR [#2147](https://github.com/fastapi/full-stack-fastapi-template/pull/2147) by [@dependabot[bot]](https://github.com/apps/dependabot).
-## 0.10.0
+## 0.10.0 (2026-01-23)
### Features
@@ -110,7 +110,7 @@
* ⬆ Bump vite from 7.2.7 to 7.3.0 in /frontend. PR [#2047](https://github.com/fastapi/full-stack-fastapi-template/pull/2047) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump react-dom from 19.2.1 to 19.2.3 in /frontend. PR [#2046](https://github.com/fastapi/full-stack-fastapi-template/pull/2046) by [@dependabot[bot]](https://github.com/apps/dependabot).
-## 0.9.0
+## 0.9.0 (2025-12-08)
### Features
@@ -294,7 +294,7 @@
* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#1566](https://github.com/fastapi/full-stack-fastapi-template/pull/1566) by [@dependabot[bot]](https://github.com/apps/dependabot).
* 🔧 Add npm and docker package ecosystems to Dependabot configuration. PR [#1535](https://github.com/fastapi/full-stack-fastapi-template/pull/1535) by [@alejsdev](https://github.com/alejsdev).
-## 0.8.0
+## 0.8.0 (2025-02-19)
### Features
@@ -354,7 +354,7 @@
* 👷 Tweak generate client to error out if there are errors. PR [#1377](https://github.com/fastapi/full-stack-fastapi-template/pull/1377) by [@tiangolo](https://github.com/tiangolo).
* 👷 Generate and commit client only on same repo PRs, on forks, show the error. PR [#1376](https://github.com/fastapi/full-stack-fastapi-template/pull/1376) by [@tiangolo](https://github.com/tiangolo).
-## 0.7.1
+## 0.7.1 (2024-09-27)
### Highlights
@@ -417,7 +417,7 @@
* 👷 Add GitHub Action add-to-project. PR [#1297](https://github.com/fastapi/full-stack-fastapi-template/pull/1297) by [@tiangolo](https://github.com/tiangolo).
* 👷 Update issue-manager. PR [#1288](https://github.com/fastapi/full-stack-fastapi-template/pull/1288) by [@tiangolo](https://github.com/tiangolo).
-## 0.7.0
+## 0.7.0 (2024-08-02)
Lots of new things! 🎁
@@ -562,7 +562,7 @@ Lots of new things! 🎁
* 🔥 Delete leftover celery file. PR [#727](https://github.com/tiangolo/full-stack-fastapi-template/pull/727) by [@dr-neptune](https://github.com/dr-neptune).
* ⚙️ Update pre-commit config with Prettier and ESLint. PR [#714](https://github.com/tiangolo/full-stack-fastapi-template/pull/714) by [@alejsdev](https://github.com/alejsdev).
-## 0.6.0
+## 0.6.0 (2024-03-12)
Latest FastAPI, Pydantic, SQLModel 🚀
@@ -746,7 +746,7 @@ Test cov > 90% ✅
* Add [GitHub Sponsors](https://github.com/sponsors/tiangolo) button. PR [#201](https://github.com/tiangolo/full-stack-fastapi-template/pull/201).
* Simplify scripts and development, update docs and configs. PR [#155](https://github.com/tiangolo/full-stack-fastapi-template/pull/155).
-## 0.5.0
+## 0.5.0 (2020-04-19)
* Make the Traefik public network a fixed default of `traefik-public` as done in DockerSwarm.rocks, to simplify development and iteration of the project generator. PR [#150](https://github.com/tiangolo/full-stack-fastapi-template/pull/150).
* Update to PostgreSQL 12. PR [#148](https://github.com/tiangolo/full-stack-fastapi-template/pull/148). by [@RCheese](https://github.com/RCheese).
@@ -771,7 +771,7 @@ Test cov > 90% ✅
* Add new CRUD utils based on DB and Pydantic models. Initial PR [#23](https://github.com/tiangolo/full-stack-fastapi-template/pull/23) by [@ebreton](https://github.com/ebreton).
* Add normal user testing Pytest fixture. PR [#20](https://github.com/tiangolo/full-stack-fastapi-template/pull/20) by [@ebreton](https://github.com/ebreton).
-## 0.4.0
+## 0.4.0 (2019-05-29)
* Fix security on resetting a password. Receive token as body, not query. PR [#34](https://github.com/tiangolo/full-stack-fastapi-template/pull/34).
@@ -793,7 +793,7 @@ Test cov > 90% ✅
* Update Jupyter Lab installation and util script/environment variable for local development.
-## 0.3.0
+## 0.3.0 (2019-04-19)
* PR #14:
* Update CRUD utils to use types better.
@@ -808,11 +808,11 @@ Test cov > 90% ✅
* Upgrade Python to 3.7 as Celery is now compatible too. PR #10 by @ebreton.
-## 0.2.2
+## 0.2.2 (2019-04-11)
* Fix frontend hijacking /docs in development. Using latest https://github.com/tiangolo/node-frontend with custom Nginx configs in frontend. PR #6.
-## 0.2.1
+## 0.2.1 (2019-03-29)
* Fix documentation for *path operation* to get user by ID. PR #4 by @mpclarkson in FastAPI.
@@ -820,7 +820,7 @@ Test cov > 90% ✅
* Update generated README.
-## 0.2.0
+## 0.2.0 (2019-03-11)
**PR #2**: