Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binoue committed Mar 5, 2019
1 parent 528c905 commit 0587841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.2.0] - 2019-03-05

### Added
- `sabactl completion` can generate bash completion scripts (#146).

### Changed
- Transition from `retiring` to `retired` should be explicitly ordered by `sabactl machines set-state` command (#143).
- Registering disk encryption keys is prohibited for `retiring` machines in addition to `retired` ones (#143).

## [2.1.0] - 2019-02-25

### Added
Expand Down Expand Up @@ -70,7 +79,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

See [CHANGELOG-0](./CHANGELOG-0.md).

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/cybozu-go/sabakan/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/cybozu-go/sabakan/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/cybozu-go/sabakan/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/cybozu-go/sabakan/compare/v1.2.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package sabakan

// Version is sabakan version
const Version = "2.1.0"
const Version = "2.2.0"

// SchemaVersion is the schema version
const SchemaVersion = "3"

0 comments on commit 0587841

Please sign in to comment.