Skip to content

Commit

Permalink
Merge pull request #204 from cybozu-go/bump-2.5.3
Browse files Browse the repository at this point in the history
Bump version to 2.5.3
  • Loading branch information
zoetrope authored Nov 5, 2020
2 parents 688f727 + aa2e1f1 commit 926ff7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.5.3] - 2020-11-05

### Changed
- sabactl: Return an error when an invalid subcommand is executed (#201).

## [2.5.2] - 2020-06-08

No changes. Only for updating Docker base image.
Expand Down Expand Up @@ -38,8 +43,6 @@ No changes. Only for updating Docker base image.
- Update etcd to 3.3.15 and etcdutil to 1.3.3 (#171).
- sabakan-cryptsetup: retry sabakan API calls (#171).

### Changed

## [2.4.5] - 2019-08-19

### Changed
Expand All @@ -49,7 +52,6 @@ No changes. Only for updating Docker base image.
## [2.4.4] - 2019-07-29

### Added

- sabakan-cryptsetup: TPM 2.0 support (#164).

## [2.4.3] - 2019-07-04
Expand Down Expand Up @@ -169,7 +171,8 @@ No changes. Only for updating Docker base image.

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.2...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.3...HEAD
[2.5.3]: https://github.com/cybozu-go/sabakan/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/cybozu-go/sabakan/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/cybozu-go/sabakan/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/cybozu-go/sabakan/compare/v2.4.9...v2.5.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.5.2"
const Version = "2.5.3"

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

0 comments on commit 926ff7d

Please sign in to comment.