diff --git a/README.md b/README.md index 2a5e529..46215c7 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,13 @@ After using this generator, your new project (the directory created) will contai ### Next release +### 0.2.2 + +* 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 -* Fix documentation for *path operation* to get user by ID. PR #97 by @mpclarkson. +* Fix documentation for *path operation* to get user by ID. PR #4 by @mpclarkson in FastAPI. * Set `/start-reload.sh` as a command override for development by default.