From 7172ba5ebc06d9cc4d46413f72ce3c934886676d Mon Sep 17 00:00:00 2001 From: Marc Navarro Date: Mon, 29 Nov 2021 10:12:33 +0100 Subject: [PATCH] Fix CHANGES upgrade protoc comment to 3.17.3 (#8203) Signed-off-by: Marc Navarro Sonnenfeld --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c06c95c806..102b178aa2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,7 +57,7 @@ Release Notes. * Fix the so11y latency of persistence execution latency not correct in ElasticSearch storage. * Add `MeterReportService` `collectBatch` method. * Add OpenSearch 1.2.0 to test and verify it works. -* Upgrade grpc-java to 1.42.1 and protoc to 3.19.1 to allow using native Mac osx-aarch_64 artifacts. +* Upgrade grpc-java to 1.42.1 and protoc to 3.17.3 to allow using native Mac osx-aarch_64 artifacts. * Fix TopologyQuery.loadEndpointRelation bug. * Support using IoTDB as a new storage option. * Add customized envoy ALS protocol receiver for satellite transmit batch data. -- GitLab