1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

"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

@ -1,6 +1,17 @@
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 +1 @@
__version__ = '1.27.3'
__version__ = '1.27.4'

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