From 71976c4e3f3517ddf1a342c1b23dee279cd1b751 Mon Sep 17 00:00:00 2001 From: mitz Date: Tue, 9 Oct 2018 01:44:47 +0000 Subject: [PATCH] Bump version to 0.21 --- CHANGELOG.md | 11 ++++++++++- version.go | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92cd5f80..c2097b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.21] - 2018-10-09 + +### Changed +- Update machines state (#106, #107). + +### Added +- Add API `/api/v1/labels` (#108). + ## [0.20] - 2018-09-03 ### Changed @@ -45,7 +53,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.20...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.21...HEAD +[0.21]: https://github.com/cybozu-go/sabakan/compare/v0.20...v0.21 [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 diff --git a/version.go b/version.go index 684e082d..25c9d5f4 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package sabakan // Version is sabakan version -const Version = "0.20" +const Version = "0.21"