Skip to content

Commit

Permalink
Merge pull request #264 from cybozu-go/bump-2.13.2
Browse files Browse the repository at this point in the history
Bump version to 2.13.2
  • Loading branch information
morimoto-cybozu authored Feb 24, 2023
2 parents b681d9f + 3852297 commit fac80b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.13.2] - 2023-02-24

### Changed
- Update etcd to 3.5.5 ([#258](https://github.com/cybozu-go/sabakan/pull/258))
- Update dependencies in [#263](https://github.com/cybozu-go/sabakan/pull/263)
Expand Down Expand Up @@ -285,7 +287,8 @@ No changes. Only for updating Docker base image.

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.13.1...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.13.2...HEAD
[2.13.2]: https://github.com/cybozu-go/sabakan/compare/v2.13.1...v2.13.2
[2.13.1]: https://github.com/cybozu-go/sabakan/compare/v2.13.0...v2.13.1
[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
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.13.1"
const Version = "2.13.2"

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

0 comments on commit fac80b2

Please sign in to comment.