Skip to content

Commit

Permalink
Merge pull request #199 from cybozu-go/2.0.14
Browse files Browse the repository at this point in the history
Bump version to 2.0.14
  • Loading branch information
ysksuzuki authored Dec 14, 2021
2 parents 533c0ec + 5db767c commit ad5aaa2
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.0.14] - 2021-12-14

### Changed

- Fix not to create multiple address blocks for a single request (#198)

## [2.0.13] - 2021-10-25

### Added
Expand Down Expand Up @@ -126,7 +132,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.0.13...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.0.14...HEAD
[2.0.14]: https://github.com/cybozu-go/coil/compare/v2.0.13...v2.0.14
[2.0.13]: https://github.com/cybozu-go/coil/compare/v2.0.12...v2.0.13
[2.0.12]: https://github.com/cybozu-go/coil/compare/v2.0.11...v2.0.12
[2.0.11]: https://github.com/cybozu-go/coil/compare/v2.0.10...v2.0.11
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.0.13
newTag: 2.0.14
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.0.13"
const version = "2.0.14"

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

0 comments on commit ad5aaa2

Please sign in to comment.