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) ------------------- diff --git a/script/release/README.md b/script/release/README.md index b42e4fa1d..d44a4ec5c 100644 --- a/script/release/README.md +++ b/script/release/README.md @@ -20,4 +20,3 @@ This should trigger a new CI build on the new tag. When the CI finishes with the 4. In case of a GA version, please update `docker-compose`s release notes and version on [github documentation repository](https://github.com/docker/docker.github.io): - [Release Notes](https://github.com/docker/docker.github.io/blob/master/compose/release-notes.md) - [Config version](https://github.com/docker/docker.github.io/blob/master/_config.yml) - - [Config authoring version](https://github.com/docker/docker.github.io/blob/master/_config_authoring.yml)