Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 3.1.1 #282

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]

## [3.1.1] - 2024-03-21

### Changed
- Update dependencies in [#281](https://github.com/cybozu-go/sabakan/pull/281)

Expand Down Expand Up @@ -322,7 +324,8 @@ No changes. Only for updating Docker base image.

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/cybozu-go/sabakan/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/cybozu-go/sabakan/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/cybozu-go/sabakan/compare/v2.13.2...v3.0.0
[2.13.2]: https://github.com/cybozu-go/sabakan/compare/v2.13.1...v2.13.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 = "3.1.0"
const Version = "3.1.1"

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