diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index 0fae0dfd7fd86..81c34614f3074 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -90,8 +90,8 @@
-
-
+
+
@@ -195,8 +195,8 @@
-
-
+
+
diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
index d4c09563d8957..5f3e994c88a1b 100644
--- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
+++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
@@ -1,14 +1,13 @@
# Release History
-## 5.5.0-beta.1 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
+## 5.5.0 (2023-08-11)
### Bugs Fixed
-### Other Changes
+- When binding to a `CancellationToken`, the token will no longer be signaled when in Drain Mode.
+ To detect if the function app is in Drain Mode, use dependency injection to inject the
+ `IDrainModeManager`, and check the `IsDrainModeEnabled` property. Additionally, checkpointing
+ will now occur when the function app is in Drain Mode.
## 5.4.0 (2023-06-06)
diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
index b2eab68d7a4f3..e8b3a8d7197ee 100644
--- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
+++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
@@ -3,7 +3,7 @@
netstandard2.0
Microsoft Azure WebJobs SDK EventHubs Extension
- 5.5.0-beta.1
+ 5.5.0
5.4.0
$(NoWarn);AZC0001;CS1591;SA1636
diff --git a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
index df6d73f8f0433..093d7e61fb499 100644
--- a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
+++ b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
@@ -1,14 +1,12 @@
# Release History
-## 5.12.0-beta.1 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
+## 5.12.0 (2023-08-11)
### Bugs Fixed
-### Other Changes
+- When binding to a `CancellationToken`, the token will no longer be signaled when in Drain Mode.
+ To detect if the function app is in Drain Mode, use dependency injection to inject the
+ `IDrainModeManager`, and check the `IsDrainModeEnabled` property.
## 5.11.0 (2023-06-06)
diff --git a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
index de49b4fbf7d31..ff922e8b2a752 100644
--- a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
+++ b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
@@ -3,7 +3,7 @@
netstandard2.0
Microsoft Azure WebJobs SDK ServiceBus Extension
- 5.12.0-beta.1
+ 5.12.0
5.11.0
$(NoWarn);AZC0001;CS1591;SA1636
@@ -17,7 +17,6 @@
-