From 67c279862056b38ed55df737afa2a5d0cae0ff54 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Mon, 22 Mar 2021 14:53:06 +0800 Subject: [PATCH] Update CHANGELOG.md Support setting service-bus message-id ([#20005](https://github.com/Azure/azure-sdk-for-java/issues/20005)). --- .../CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md index c4148e5c2b49b..d40bae466ea75 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-topic/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.3.0 (2021-03-22) ### New Features - Upgrade to `Spring Boot` [2.4.3](https://github.com/spring-projects/spring-boot/releases/tag/v2.4.3). +- Support setting service-bus message-id ([#20005](https://github.com/Azure/azure-sdk-for-java/issues/20005)). ## 2.2.0 (2021-03-03)