From b5eeda377ecaee236eeb19e37480447e3e50b2ef Mon Sep 17 00:00:00 2001 From: morimoto-cybozu Date: Mon, 25 Apr 2022 02:57:12 +0000 Subject: [PATCH] Bump version to 2.13.0 --- CHANGELOG.md | 5 ++++- version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a5a22c..7e7b60a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.13.0] - 2022-04-25 + ### Fixed - Clarify spec of queries in "GET machines" API (#251) - Fix "GET machines" API for multiple serials (#251) @@ -264,7 +266,8 @@ No changes. Only for updating Docker base image. See [CHANGELOG-0](./CHANGELOG-0.md). -[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.12.0...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.13.0...HEAD +[2.13.0]: https://github.com/cybozu-go/sabakan/compare/v2.12.0...v2.13.0 [2.12.0]: https://github.com/cybozu-go/sabakan/compare/v2.11.0...v2.12.0 [2.11.0]: https://github.com/cybozu-go/sabakan/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/cybozu-go/sabakan/compare/v2.9.2...v2.10.0 diff --git a/version.go b/version.go index 9540257b..4de1411c 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package sabakan // Version is sabakan version -const Version = "2.12.0" +const Version = "2.13.0" // SchemaVersion is the schema version const SchemaVersion = "3"