Skip to content

Commit

Permalink
Bump version to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jan 31, 2021
1 parent 37631d7 commit 0068a6a
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.5.5] - 2021-02-01

### Changed
- Update dependencies
- Docker image is now built with Go 1.15 and based on Ubuntu 20.04

## [2.5.4] - 2021-01-28

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

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.4...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.5...HEAD
[2.5.5]: https://github.com/cybozu-go/sabakan/compare/v2.5.4...v2.5.5
[2.5.4]: https://github.com/cybozu-go/sabakan/compare/v2.5.3...v2.5.4
[2.5.3]: https://github.com/cybozu-go/sabakan/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/cybozu-go/sabakan/compare/v2.5.1...v2.5.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.5.4"
const Version = "2.5.5"

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

0 comments on commit 0068a6a

Please sign in to comment.