Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yokaze committed Jan 16, 2024
1 parent 500420b commit 3a3eedc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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-16

### 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
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 3a3eedc

Please sign in to comment.