diff --git a/release-notes.md b/release-notes.md index 06d447e..e3add97 100644 --- a/release-notes.md +++ b/release-notes.md @@ -9,6 +9,7 @@ ### Fixes +* 🐛 Fix bug when resetting password. PR [#1171](https://github.com/tiangolo/full-stack-fastapi-template/pull/1171) by [@alejsdev](https://github.com/alejsdev). * 🐛 Fix 403 when the frontend has a directory without an index.html. PR [#1094](https://github.com/tiangolo/full-stack-fastapi-template/pull/1094) by [@tiangolo](https://github.com/tiangolo). ### Refactors