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

Commit

Permalink
Merge pull request #1877 from vieux/bump_1.1.3
Browse files Browse the repository at this point in the history
bump to 1.1.3
  • Loading branch information
vieux committed Feb 25, 2016
2 parents 9617bdb + 90fa1d3 commit da37fb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da37fb5

Please sign in to comment.