From 7ba89885b8c9c27362723119bbf086069ee878dd Mon Sep 17 00:00:00 2001 From: zeroalphat Date: Tue, 9 Apr 2024 10:24:49 +0900 Subject: [PATCH] Bump version to 0.1.2 Signed-off-by: zeroalphat --- CHANGELOG.md | 8 +++++++- kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343a0ac..832f8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.1.2] + ### Changed +- Migrate to ghcr.io [#12](https://github.com/cybozu-go/cat-gate/pull/12) - Update dependencies [#13](https://github.com/cybozu-go/cat-gate/pull/13) +- Add some test cases [#14](https://github.com/cybozu-go/cat-gate/pull/14) +- Rename webhooks [#15](https://github.com/cybozu-go/cat-gate/pull/15) ## [0.1.1] @@ -18,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This is the first public release. -[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/cybozu-go/cat-gate/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0 diff --git a/kustomization.yaml b/kustomization.yaml index 77f7ea3..5c66979 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -4,4 +4,4 @@ resources: images: - name: cat-gate newName: ghcr.io/cybozu-go/cat-gate - newTag: 0.1.1 + newTag: 0.1.2