Skip to content

Commit

Permalink
Bump version to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mitz committed Oct 9, 2018
1 parent 6b29c14 commit 71976c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package sabakan

// Version is sabakan version
const Version = "0.20"
const Version = "0.21"

0 comments on commit 71976c4

Please sign in to comment.