mirror of https://github.com/docker/docs.git
bump to 1.1.3
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
9617bdb860
commit
90fa1d3ee5
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.3 (2016-02-24)
|
||||
|
||||
- Fix missing HostConfig for rescheduled containers
|
||||
- Fix TCP connections leak
|
||||
- Support `docker run --net <node>/<network> ...`
|
||||
|
||||
## 1.1.2 (2016-02-18)
|
||||
|
||||
- Fix regression with Docker Compose
|
||||
|
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "1.1.2"
|
||||
VERSION = "1.1.3"
|
||||
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
|
|
Loading…
Reference in New Issue