From 0005e0116e92d8489d8d96fbff83f061c79ba95a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 16 Oct 2025 09:19:53 +0900 Subject: [PATCH] Release 2.62.31 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd6527a..490d0c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.62.31] - 2025-10-16 + - Update `protoc@latest` to 3.33.0. - Update `uv@latest` to 0.9.3. @@ -4747,7 +4749,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.30...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.31...HEAD +[2.62.31]: https://github.com/taiki-e/install-action/compare/v2.62.30...v2.62.31 [2.62.30]: https://github.com/taiki-e/install-action/compare/v2.62.29...v2.62.30 [2.62.29]: https://github.com/taiki-e/install-action/compare/v2.62.28...v2.62.29 [2.62.28]: https://github.com/taiki-e/install-action/compare/v2.62.27...v2.62.28