From c86eff9ecb53a1f362148b21b5968ef4b5d199de Mon Sep 17 00:00:00 2001 From: Daichi Mukai Date: Mon, 24 Jan 2022 06:13:44 +0000 Subject: [PATCH] Bump version to 2.9.0 --- CHANGELOG.md | 8 +++++++- version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a702eb4e..0612d90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/version.go b/version.go index 9eeadc0c..a71d39a2 100644 --- a/version.go +++ b/version.go @@ -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"