File tree 2 files changed +8
-2
lines changed
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/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.1.8] - 2020-04-03
9
+
10
+ ### Changed
11
+ - Support Kubernetes 1.17 (#85 ).
12
+
8
13
## [ 1.1.7] - 2019-12-18
9
14
10
15
### Changed
@@ -113,7 +118,8 @@ This is the first release
113
118
114
119
- Implement CNI plugin, coild, coilctl and coil-controller
115
120
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
117
123
[ 1.1.7 ] : https://github.com/cybozu-go/coil/compare/v1.1.6...v1.1.7
118
124
[ 1.1.6 ] : https://github.com/cybozu-go/coil/compare/v1.1.5...v1.1.6
119
125
[ 1.1.5 ] : https://github.com/cybozu-go/coil/compare/v1.1.4...v1.1.5
Original file line number Diff line number Diff line change 1
1
package coil
2
2
3
3
// Version represents the version of coil
4
- const Version = "1.1.7 "
4
+ const Version = "1.1.8 "
You can’t perform that action at this time.
0 commit comments