File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11package coil
22
33// Version represents the version of coil
4- const Version = "1.1.5 "
4+ const Version = "1.1.6 "
You can’t perform that action at this time.
0 commit comments