From bad3913f052baa873c60f5f0737014e8575d9ae6 Mon Sep 17 00:00:00 2001 From: mitz Date: Thu, 25 Oct 2018 03:22:46 +0000 Subject: [PATCH] Bump version to 0.24 --- CHANGELOG.md | 8 +++++++- version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea98a051..b7aaec4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.24] - 2018-10-25 + +### Changed +- Fix version.go + ## [0.23] - 2018-10-25 ### Added @@ -63,7 +68,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.23...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.24...HEAD +[0.24]: https://github.com/cybozu-go/sabakan/compare/v0.23...v0.24 [0.23]: https://github.com/cybozu-go/sabakan/compare/v0.22...v0.23 [0.22]: https://github.com/cybozu-go/sabakan/compare/v0.21...v0.22 [0.21]: https://github.com/cybozu-go/sabakan/compare/v0.20...v0.21 diff --git a/version.go b/version.go index a760c93e..37b45f6a 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package sabakan // Version is sabakan version -const Version = "0.22" +const Version = "0.24"