Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 67a5a1e

Browse files
authored
Merge pull request #19 from cybozu-go/bump-0.1.3
Bump version to 0.1.3
2 parents 1b7f38d + d4f2eff commit 67a5a1e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.1.3]
9+
10+
### Changed
11+
12+
- Revised the value of label [#17](https://github.com/cybozu-go/cat-gate/pull/17)
13+
- Set a name for the port [#18](https://github.com/cybozu-go/cat-gate/pull/18)
14+
815
## [0.1.2]
916

1017
### Changed
@@ -23,7 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2330

2431
This is the first public release.
2532

26-
[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.2...HEAD
33+
[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.3...HEAD
34+
[0.1.3]: https://github.com/cybozu-go/cat-gate/compare/v0.1.2...v0.1.3
2735
[0.1.2]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...v0.1.2
2836
[0.1.1]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1
2937
[0.1.0]: https://github.com/cybozu-go/cat-gate/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
images:
55
- name: cat-gate
66
newName: ghcr.io/cybozu-go/cat-gate
7-
newTag: 0.1.2
7+
newTag: 0.1.3

0 commit comments

Comments
 (0)