Skip to content

Commit

Permalink
Merge pull request #170 from cybozu-go/release-2.4.5
Browse files Browse the repository at this point in the history
Bump version to 2.4.5
  • Loading branch information
morimoto-cybozu authored Aug 19, 2019
2 parents f2bde39 + b0f9696 commit dc35e02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.5] - 2019-08-19

### Changed
- Update etcd to 3.3.14 and etcdutil to 1.3.2 (#168).
- sabakan-cryptsetup: reformat when TPM is enabled (#169).

## [2.4.4] - 2019-07-29

### Added
Expand Down Expand Up @@ -128,7 +134,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.4.4...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.5...HEAD
[2.4.5]: https://github.com/cybozu-go/sabakan/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/cybozu-go/sabakan/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/cybozu-go/sabakan/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/cybozu-go/sabakan/compare/v2.4.1...v2.4.2
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.4.4"
const Version = "2.4.5"

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

0 comments on commit dc35e02

Please sign in to comment.