From a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 20 Jul 2026 13:32:45 +0000 Subject: [PATCH] Release 2.84.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649e67ab..0eaf1dbd 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.84.0] - 2026-07-20 + - Support `d2`. ([#1944](https://github.com/taiki-e/install-action/pull/1944)) - Support `protoc-gen-connect-openapi`. ([#1922](https://github.com/taiki-e/install-action/pull/1922), thanks @JasterV) @@ -7068,7 +7070,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.83.4...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.84.0...HEAD +[2.84.0]: https://github.com/taiki-e/install-action/compare/v2.83.4...v2.84.0 [2.83.4]: https://github.com/taiki-e/install-action/compare/v2.83.3...v2.83.4 [2.83.3]: https://github.com/taiki-e/install-action/compare/v2.83.2...v2.83.3 [2.83.2]: https://github.com/taiki-e/install-action/compare/v2.83.1...v2.83.2