From 9c23d69f36f8a361b9889070c78d7372c92747f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 29 Mar 2019 18:36:43 +0400 Subject: [PATCH] :bookmark: Update README release notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb62e4..2a5e529 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,11 @@ After using this generator, your new project (the directory created) will contai ## Release Notes -### Next +### Next release + +### 0.2.1 + +* Fix documentation for *path operation* to get user by ID. PR #97 by @mpclarkson. * Set `/start-reload.sh` as a command override for development by default.