Skip to content

Commit

Permalink
Bump version to 3.1.0 (#278)
Browse files Browse the repository at this point in the history
* Bump version to 3.1.0

Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
  • Loading branch information
yokaze committed Jan 17, 2024
1 parent 500420b commit 9d6ef83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.0] - 2024-01-17

### Breaking Changes

#### Migrate image registry

We migrated the image repository of sabakan to `ghcr.io`.
From sabakan v3.1.0, please use the following image.

- https://github.com/cybozu-go/sabakan/pkgs/container/sabakan

The [quay.io/cybozu/sabakan](https://quay.io/repository/cybozu/sabakan) will not be updated in the future.

### Changed

- Migrate to ghcr.io (#276)

## [3.0.0] - 2023-11-16

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

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

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

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

0 comments on commit 9d6ef83

Please sign in to comment.