From fb46d6bfc673ac1541a97550854f55bc3f05b814 Mon Sep 17 00:00:00 2001 From: mitz Date: Mon, 3 Sep 2018 04:19:07 +0000 Subject: [PATCH] Bump version to 0.20 --- CHANGELOG.md | 10 ++++++++-- version.go | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a98cce9..92cd5f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.20] - 2018-09-03 + +### Changed +- Rebuild with latest etcdutil v1.0.0. + ## [0.19] - 2018-08-24 ### Added - Support healthcheck and version endpoint (#97). -### Chenged +### Changed - Support label on machines (#98). - Modify BMC Type validation (#99). @@ -40,7 +45,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix a bug that leaves files of deleted OS images (#86). [placemat]: https://github.com/cybozu-go/placemat -[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.19...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.20...HEAD +[0.20]: https://github.com/cybozu-go/sabakan/compare/v0.19...v0.20 [0.19]: https://github.com/cybozu-go/sabakan/compare/v0.18...v0.19 [0.18]: https://github.com/cybozu-go/sabakan/compare/v0.17...v0.18 [0.17]: https://github.com/cybozu-go/sabakan/compare/v0.16...v0.17 diff --git a/version.go b/version.go index cba00804..684e082d 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package sabakan // Version is sabakan version -const Version = "0.19" +const Version = "0.20"