From 0b9ff7221331c66788e48b3b1dc7ed8200b5437b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 4 Mar 2019 16:49:06 +0400 Subject: [PATCH] :bookmark: Release 0.1.2, trigger children Docker images automatically when this image is updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce7dda07..589172ca 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,10 @@ All the image tags, configurations, environment variables and application option ## Release Notes +### 0.1.2 + +* Whenever this image is built (and each of its tags/versions), trigger a build for the children images (FastAPI and Starlette). + ### 0.1.0 * Add support for `/app/prestart.sh`.