Skip to content

Commit

Permalink
Bump 1.18.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Dec 8, 2017
1 parent 45d2eb4 commit 189468b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -71,6 +71,8 @@ Change log
- Fixed a bug where missing secret files would generate an empty directory
in their place

- Fixed character encoding issues in the CLI's error handlers

- Added validation for the `test` field in healthchecks

- Added validation for the `subnet` field in IPAM configurations
Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.18.0-rc1'
__version__ = '1.18.0-rc2'
2 changes: 1 addition & 1 deletion script/run/run.sh
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.18.0-rc1"
VERSION="1.18.0-rc2"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 189468b

Please sign in to comment.