diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ed369a9..d5bf020fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Change log ========== +1.28.2 (2021-01-26) +------------------- + +### Miscellaneous + +- CI setup update + 1.28.1 (2021-01-25) ------------------- diff --git a/compose/__init__.py b/compose/__init__.py index a32338508..017645763 100644 --- a/compose/__init__.py +++ b/compose/__init__.py @@ -1 +1 @@ -__version__ = '1.28.1' +__version__ = '1.28.2' diff --git a/script/run/run.sh b/script/run/run.sh index c470f3bb0..2a84ca10d 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.28.1" +VERSION="1.28.2" IMAGE="docker/compose:$VERSION"