Merge branch 'release'

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-04-12 11:30:26 -07:00
commit 27447d9144
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
Change log
==========
1.20.1 (2018-03-21)
-------------------
### Bugfixes
- Fixed an issue where `docker-compose build` would error out if the
build context contained directory symlinks
1.20.0 (2018-03-20)
-------------------

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.20.0"
VERSION="1.20.1"
IMAGE="docker/compose:$VERSION"