diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cba0516..b791c1e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.22.0 (2018-06-30) +1.22.0 (2018-07-17) ------------------- ### Features diff --git a/compose/__init__.py b/compose/__init__.py index a76ca8177..10ae3675f 100644 --- a/compose/__init__.py +++ b/compose/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import from __future__ import unicode_literals -__version__ = '1.22.0-rc2' +__version__ = '1.22.0' diff --git a/script/run/run.sh b/script/run/run.sh index 7f4acb765..52ff9513f 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.22.0-rc2" +VERSION="1.22.0" IMAGE="docker/compose:$VERSION"