From f90f81a8e25738671b0bbbdb3173c80d2686c6bb Mon Sep 17 00:00:00 2001 From: shunki-fujita Date: Thu, 20 Jun 2024 03:28:15 +0000 Subject: [PATCH] Bump version to v0.12.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8143fa3..c180598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.1] - 2024-06-20 + +### Changed + - IsAccessDenied function is not determining correctly [#98](https://github.com/cybozu-go/moco-agent/issues/98) + ## [0.12.0] - 2024-06-18 ### ⚠️ Breaking Changes @@ -169,7 +174,8 @@ 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.0...HEAD +[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 [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