Skip to content

Commit

Permalink
Bump version to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mitz committed Sep 3, 2018
1 parent 5430842 commit fb46d6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
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.19"
const Version = "0.20"

0 comments on commit fb46d6b

Please sign in to comment.