"Bump 1.28.2"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-26 20:23:53 +01:00
parent c99c1556aa
commit 67630359cf
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@ Change log
==========
1.28.2 (2021-01-26)
-------------------
### Miscellaneous
- CI setup update
1.28.1 (2021-01-25)
-------------------

View File

@ -1 +1 @@
__version__ = '1.28.1'
__version__ = '1.28.2'

View File

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