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

Commit 7270d39

Browse files
authored
Merge pull request #2761 from nishanttotla/bump-v1.2.8
Bump version to 1.2.8-rc1
2 parents 326f750 + b0236d2 commit 7270d39

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.8-rc1 (2017-07-10)
4+
5+
#### Networking
6+
7+
- Fix panic when network is created without connecting to any containers
8+
39
## 1.2.7 (2017-06-30)
410

511
#### API

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.2.7"
5+
VERSION = "1.2.8"
66

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

0 commit comments

Comments
 (0)