From 0ac0ea01efaf37187a0ed3515c1a7183edb5e853 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Fri, 1 Nov 2024 16:43:43 +1300 Subject: [PATCH] Add PR number Signed-off-by: Thomas Farr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be3c1af3..ff206593d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fixed deserializing `GeoBoundsAggregate` when `bounds` is not returned by OpenSearch ([#1238](https://github.com/opensearch-project/opensearch-java/pull/1238)) -- Fixed AWS SigV4 on delete requests when using AWS SDK's Apache client ([#]()) +- Fixed AWS SigV4 on delete requests when using AWS SDK's Apache client ([#1256](https://github.com/opensearch-project/opensearch-java/pull/1256)) ### Security