From 8f9c2bac42a49ad63ea551e212dbfb4a7b05a643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 19 Apr 2020 09:18:19 +0200 Subject: [PATCH] :memo: Update release notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c21f533..7e942fc 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ After using this generator, your new project (the directory created) will contai ### Latest Changes +* Simplify env var files, merge to a single `.env` file. PR [#151](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/151). + ### 0.5.0 * 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-postgresql/pull/150).