Skip to content

Commit

Permalink
Merge pull request #231 from cybozu-go/2.9.0
Browse files Browse the repository at this point in the history
Bump version to 2.9.0
  • Loading branch information
daichimukai authored Jan 24, 2022
2 parents 4d52b73 + c86eff9 commit 1cb9f1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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.9.0] - 2022-01-24

### Added
- sabakan-cryptsetup: enable no\_read\_workqueue and no\_write\_workqueue (#230)

## [2.8.0] - 2021-12-21

### Changed
Expand Down Expand Up @@ -216,7 +221,8 @@ No changes. Only for updating Docker base image.

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.8.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.9.0...HEAD
[2.9.0]: https://github.com/cybozu-go/sabakan/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/cybozu-go/sabakan/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/cybozu-go/sabakan/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/cybozu-go/sabakan/compare/v2.6.0...v2.7.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.8.0"
const Version = "2.9.0"

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

0 comments on commit 1cb9f1d

Please sign in to comment.