Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit f947993

Browse files
committed
Merge pull request #1842 from vieux/bump-1.1.2
bump 1.1.2
2 parents 8debc53 + d4f9ae3 commit f947993

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2 (2016-02-18)
4+
5+
- Fix regression with Docker Compose
6+
37
## 1.1.1 (2016-02-17)
48

59
- Performance improvements around networking with Docker engine 1.10

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "1.1.1"
5+
VERSION = "1.1.2"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)