mirror of https://github.com/docker/docs.git
bump 1.1.2
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
8debc534ce
commit
d4f9ae3d95
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.2 (2016-02-18)
|
||||||
|
|
||||||
|
- Fix regression with Docker Compose
|
||||||
|
|
||||||
## 1.1.1 (2016-02-17)
|
## 1.1.1 (2016-02-17)
|
||||||
|
|
||||||
- Performance improvements around networking with Docker engine 1.10
|
- Performance improvements around networking with Docker engine 1.10
|
||||||
|
|
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION should be updated by hand at each release
|
// VERSION should be updated by hand at each release
|
||||||
VERSION = "1.1.1"
|
VERSION = "1.1.2"
|
||||||
|
|
||||||
// GITCOMMIT will be overwritten automatically by the build system
|
// GITCOMMIT will be overwritten automatically by the build system
|
||||||
GITCOMMIT = "HEAD"
|
GITCOMMIT = "HEAD"
|
||||||
|
|
Loading…
Reference in New Issue