From 54f73665b7855f6f8b2413ab4d47fa4f43e1f2ef Mon Sep 17 00:00:00 2001 From: YZ775 Date: Tue, 10 Sep 2024 04:11:21 +0000 Subject: [PATCH] Bump version to v0.12.2 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b96a8..4488316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.2] - 2024-09-10 + +### Changed - Update dependencies [#102](https://github.com/cybozu-go/moco-agent/pull/102) ## [0.12.1] - 2024-06-20 @@ -176,8 +179,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Move moco agent code from cybozu-go/moco repo. (#1) - Move ping function from shellscript to moco-agent. (#4) -[Unreleased]: https://github.com/cybozu-go/moco-agent/compare/v0.12.1...HEAD -[0.12.0]: https://github.com/cybozu-go/moco-agent/compare/v0.12.0...v0.12.1 +[Unreleased]: https://github.com/cybozu-go/moco-agent/compare/v0.12.2...HEAD +[0.12.2]: https://github.com/cybozu-go/moco-agent/compare/v0.12.1...v0.12.2 +[0.12.1]: https://github.com/cybozu-go/moco-agent/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/cybozu-go/moco-agent/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/cybozu-go/moco-agent/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/cybozu-go/moco-agent/compare/v0.9.0...v0.10.0