Skip to content

Commit 7bdebd4

Browse files
committed
Bump version to 1.1.8
1 parent aca4d1f commit 7bdebd4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
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.8] - 2020-04-03
9+
10+
### Changed
11+
- Support Kubernetes 1.17 (#85).
12+
813
## [1.1.7] - 2019-12-18
914

1015
### Changed
@@ -113,7 +118,8 @@ This is the first release
113118

114119
- Implement CNI plugin, coild, coilctl and coil-controller
115120

116-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.7...HEAD
121+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v1.1.8...HEAD
122+
[1.1.8]: https://github.com/cybozu-go/coil/compare/v1.1.7...v1.1.8
117123
[1.1.7]: https://github.com/cybozu-go/coil/compare/v1.1.6...v1.1.7
118124
[1.1.6]: https://github.com/cybozu-go/coil/compare/v1.1.5...v1.1.6
119125
[1.1.5]: https://github.com/cybozu-go/coil/compare/v1.1.4...v1.1.5

version.go

+1-1
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.7"
4+
const Version = "1.1.8"

0 commit comments

Comments
 (0)