Add release notes and update Compose version for latest patch

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-10-31 16:42:52 -07:00
parent 90af0bc8d5
commit ea3f9e4481
2 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@ latest_stable_docker_engine_api_version: "1.37"
docker_ce_stable_version: "18.03"
docker_ce_edge_version: "18.05"
docker_ee_version: "17.06"
compose_version: "1.23.0"
compose_version: "1.23.1"
machine_version: "0.14.0"
distribution_version: "2.6"
dtr_version: "2.5"

View File

@ -5,6 +5,16 @@ keywords: release notes, compose
toc_max: 2
---
## 1.23.1 (2018-11-01)
### Bug Fixes
- Fixed a bug where working with containers created with a previous (< 1.23.0)
version of Compose would cause unexpected crashes
- Fixed an issue where the behavior of the `--project-directory` flag would
vary depending on which subcommand was being used.
## 1.23.0 (2018-10-30)
### Important note