"Bump 1.27.4"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-24 17:17:20 +02:00
parent 959dd849cf
commit 405241920e
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
Change log Change log
========== ==========
1.27.4 (2020-09-24)
-------------------
### Bugs
- Remove path checks for bind mounts
- Fix port rendering to output long form syntax for non-v1
- Add protocol to the docker socket address
1.27.3 (2020-09-16) 1.27.3 (2020-09-16)
------------------- -------------------

View File

@ -1 +1 @@
__version__ = '1.27.3' __version__ = '1.27.4'

View File

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