"Bump 1.26.0-rc5"

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-06-03 10:32:47 +02:00
parent 3f0a7fe3ee
commit f2bb6ff473
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log
==========
1.26.0 (2020-04-29)
1.26.0 (2020-06-03)
-------------------
### Features
@ -18,6 +18,8 @@ Change log
- Bump `OpenSSL` from 1.1.1f to 1.1.1g
- Bump `docker-py` from 4.2.0 to 4.2.1
### Bugs
- Properly escape values coming from env_files
@ -32,6 +34,8 @@ Change log
- Show an error message when `version` attribute is malformed
- Fix HTTPS connection when DOCKER_HOST is remote
1.25.5 (2020-02-04)
-------------------

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.26.0-rc4'
__version__ = '1.26.0-rc5'

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.26.0-rc4"
VERSION="1.26.0-rc5"
IMAGE="docker/compose:$VERSION"