"Bump 1.21.2"

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-05-02 00:30:30 +00:00
parent 7db742d3f2
commit f336694912
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Change log
==========
1.21.2 (2018-05-03)
-------------------
### Bugfixes
- Fixed a bug where the ip_range attirbute in IPAM configs was prevented
from passing validation
1.21.1 (2018-04-27)
-------------------

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.21.1'
__version__ = '1.21.2'

View File

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