From e730af3393404d39b76739782d83069bd04115c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 29 May 2019 09:39:48 +0400 Subject: [PATCH] :bookmark: Release version 0.4.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6f8906..ece5660 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ After using this generator, your new project (the directory created) will contai ### Next release +### 0.4.0 + * Fix security on resetting a password. Receive `password` and `token` as body, not query. PR [#16](https://github.com/tiangolo/full-stack-fastapi-couchbase/pull/16). * Forward arguments from script to `pytest` inside container.