We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ed28e commit 049e13dCopy full SHA for 049e13d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.12.0
4
+* Feature - Add support for IPC and PID Docker flags #669
5
+
6
## 1.11.1
7
* Bug - Revert IPC/PID flags due to bad default behavior
8
VERSION
@@ -1 +1 @@
-1.11.1
+1.12.0
ecs-cli/modules/version/version.go
@@ -22,7 +22,7 @@ package version
22
// repository. Only the 'Version' const should change in checked-in source code
23
24
// Version is the version of the ECS CLI
25
-const Version = "1.11.1"
+const Version = "1.12.0"
26
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
const GitDirty = true
0 commit comments