Skip to content

Commit 2acccc9

Browse files
Merge pull request #72 from cybozu-go/1.1.6
Bump version to 1.1.6
2 parents eefc9f9 + 62e73aa commit 2acccc9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.1.6] - 2019-09-26
9+
10+
### Changed
11+
- Delete host-side veth if exists in CNI ADD (#71).
12+
813
## [1.1.5] - 2019-08-23
914

1015
### Added
@@ -103,7 +108,8 @@ This is the first release
103108

104109
- Implement CNI plugin, coild, coilctl and coil-controller
105110

106-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.5...HEAD
111+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.6...HEAD
112+
[1.1.6]: https://github.com/cybozu-go/coil/compare/v1.1.5...v1.1.6
107113
[1.1.5]: https://github.com/cybozu-go/coil/compare/v1.1.4...v1.1.5
108114
[1.1.4]: https://github.com/cybozu-go/coil/compare/v1.1.3...v1.1.4
109115
[1.1.3]: https://github.com/cybozu-go/coil/compare/v1.1.2...v1.1.3

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package coil
22

33
// Version represents the version of coil
4-
const Version = "1.1.5"
4+
const Version = "1.1.6"

0 commit comments

Comments
 (0)