Skip to content

Commit

Permalink
Merge pull request #72 from cybozu-go/1.1.6
Browse files Browse the repository at this point in the history
Bump version to 1.1.6
  • Loading branch information
morimoto-cybozu authored Sep 26, 2019
2 parents eefc9f9 + 62e73aa commit 2acccc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coil

// Version represents the version of coil
const Version = "1.1.5"
const Version = "1.1.6"

0 comments on commit 2acccc9

Please sign in to comment.