From 62e73aabd43a466b4e2c6422277a6455256301e6 Mon Sep 17 00:00:00 2001 From: mitz Date: Thu, 26 Sep 2019 10:57:56 +0900 Subject: [PATCH] Bump version to 1.1.6 --- CHANGELOG.md | 8 +++++++- version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b51559..88255371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.1.6] - 2019-09-26 + +### Changed +- Delete host-side veth if exists in CNI ADD (#71). + ## [1.1.5] - 2019-08-23 ### Added @@ -103,7 +108,8 @@ This is the first release - Implement CNI plugin, coild, coilctl and coil-controller -[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.5...HEAD +[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.6...HEAD +[1.1.6]: https://github.com/cybozu-go/coil/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/cybozu-go/coil/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/cybozu-go/coil/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/cybozu-go/coil/compare/v1.1.2...v1.1.3 diff --git a/version.go b/version.go index 9dda30f9..622745c4 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package coil // Version represents the version of coil -const Version = "1.1.5" +const Version = "1.1.6"