Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
  • Loading branch information
chez-shanpu committed Aug 9, 2024
1 parent d104998 commit b88d85c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.7.2] - 2024-08-09

- Add info logs to egress (#298)

### Changed

## [2.7.1] - 2024-07-22

### Changed
Expand Down Expand Up @@ -264,7 +270,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Coil version 2 is a complete rewrite of Coil version 1.
This is the first release candidate with all the planned features implemented.

[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.7.1...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.7.2...HEAD
[2.7.2]: https://github.com/cybozu-go/coil/compare/v2.7.1...v2.7.2
[2.7.1]: https://github.com/cybozu-go/coil/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/cybozu-go/coil/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/cybozu-go/coil/compare/v2.6.0...v2.6.1
Expand Down
2 changes: 1 addition & 1 deletion v2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: coil
newTag: 2.7.1
newTag: 2.7.2
newName: ghcr.io/cybozu-go/coil

resources:
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.7.1"
const version = "2.7.2"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit b88d85c

Please sign in to comment.