From 0eaf57466d85ea15f28c5d2c271eef4b5fc2fcec Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 10 May 2021 17:25:50 -0300 Subject: [PATCH] Update changelog to 1.29.2 Signed-off-by: Ulysses Souza --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6ac6158..75bc7c749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Change log ========== +1.29.2 (2021-05-10) +------------------- + +[List of PRs / issues for this release](https://github.com/docker/compose/milestone/59?closed=1) + +### Miscellaneous + +- Remove prompt to use `docker compose` in the `up` command + +- Bump `py` to `1.10.0` in `requirements-indirect.txt` + 1.29.1 (2021-04-13) -------------------