From 5ce1666c360dce26953901b9722d9b2c53a94ffb Mon Sep 17 00:00:00 2001 From: terasihma Date: Tue, 25 Oct 2022 05:28:46 +0000 Subject: [PATCH] Bump version to 2.1.3 --- CHANGELOG.md | 9 ++++++++- v2/kustomization.yaml | 2 +- v2/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182343c3..e016f0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.1.3] - 2022-10-25 + +### Changed + +- Update dependencies (#230) + ## [2.1.2] - 2022-09-15 ### Changed @@ -164,7 +170,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.1.2...HEAD +[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.1.3...HEAD +[2.1.3]: https://github.com/cybozu-go/coil/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/cybozu-go/coil/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/cybozu-go/coil/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/cybozu-go/coil/compare/v2.0.14...v2.1.0 diff --git a/v2/kustomization.yaml b/v2/kustomization.yaml index d3a28a3b..87eb87c8 100644 --- a/v2/kustomization.yaml +++ b/v2/kustomization.yaml @@ -1,6 +1,6 @@ images: - name: coil - newTag: 2.1.2 + newTag: 2.1.3 newName: ghcr.io/cybozu-go/coil resources: diff --git a/v2/version.go b/v2/version.go index 7bc4c49e..42d3abf7 100644 --- a/v2/version.go +++ b/v2/version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const version = "2.1.2" +const version = "2.1.3" // Version returns the semantic versioning string of Coil. func Version() string {