From 541c08c86cd3864c5b9fad2da90cb2923c5273b6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 12 Sep 2024 10:51:30 +0900 Subject: [PATCH] Release 2.43.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d954dac2..e2e5f8f8 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.43.4] - 2024-09-12 + - Update `protoc@latest` to 3.28.1. ## [2.43.3] - 2024-09-11 @@ -2714,7 +2716,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.43.3...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.4...HEAD +[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4 [2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3 [2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2 [2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1