Skip to content

Commit ea3f9e4

Browse files
committed
Add release notes and update Compose version for latest patch
Signed-off-by: Joffrey F <[email protected]>
1 parent 90af0bc commit ea3f9e4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ latest_stable_docker_engine_api_version: "1.37"
2323
docker_ce_stable_version: "18.03"
2424
docker_ce_edge_version: "18.05"
2525
docker_ee_version: "17.06"
26-
compose_version: "1.23.0"
26+
compose_version: "1.23.1"
2727
machine_version: "0.14.0"
2828
distribution_version: "2.6"
2929
dtr_version: "2.5"

release-notes/docker-compose.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ keywords: release notes, compose
55
toc_max: 2
66
---
77

8+
## 1.23.1 (2018-11-01)
9+
10+
### Bug Fixes
11+
12+
- Fixed a bug where working with containers created with a previous (< 1.23.0)
13+
version of Compose would cause unexpected crashes
14+
15+
- Fixed an issue where the behavior of the `--project-directory` flag would
16+
vary depending on which subcommand was being used.
17+
818
## 1.23.0 (2018-10-30)
919

1020
### Important note

0 commit comments

Comments
 (0)