diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index c9ee26549bea..d7465a9faacf 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -77,7 +77,7 @@
-
+
diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
index 8894caba0fe1..630311e3244d 100644
--- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
+++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
@@ -1,11 +1,19 @@
# Release History
-## 7.2.0-beta.4 (Unreleased)
+## 7.2.0 (2021-06-22)
-### Key Bug Fixes
+### Acknowledgments
+Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
+
+- Jason Dryhurst-Smith _([GitHub](https://github.com/jasond-s))_
+- Oscar Cabrero _([GitHub](https://github.com/oscarcabrero))_
+
+### Fixed
- The retry policy used by clients will no longer overflow the `TimeSpan` maximum when using an `Exponential` strategy with a large number of retries and long delay set.
+- The name of the property displayed in the `ArgumentOutOfRangeException` in the `MaxDeliveryCount` property in `SubscriptionProperties` was updated to use the correct property name. (A community contribution, courtesy of _[oscarcabrero](https://github.com/oscarcabrero))_
+
## 7.2.0-beta.3 (2021-05-12)
### Added
diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj
index ad8084d34abb..101f55933ed7 100644
--- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj
+++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj
@@ -1,7 +1,7 @@
Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
- 7.2.0-beta.4
+ 7.2.0
7.1.0
Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)
$(RequiredTargetFrameworks)