diff --git a/release-notes.md b/release-notes.md index 6b74a61..28ca679 100644 --- a/release-notes.md +++ b/release-notes.md @@ -7,6 +7,7 @@ ### Features +* ✨ Add support for deploying multiple environments (staging, production) to the same server. PR [#1128](https://github.com/tiangolo/full-stack-fastapi-template/pull/1128) by [@tiangolo](https://github.com/tiangolo). * 👷 Update CI GitHub Actions to allow running in private repos. PR [#1125](https://github.com/tiangolo/full-stack-fastapi-template/pull/1125) by [@tiangolo](https://github.com/tiangolo). ### Fixes