diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index 419892743cd8c..70cba818257e6 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -139,9 +139,9 @@
-
-
-
+
+
+
diff --git a/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md b/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md
index b5b768a452b25..f5f7d3b756fa9 100644
--- a/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md
+++ b/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/CHANGELOG.md
@@ -1,14 +1,12 @@
# Release History
-## 1.11.0-beta.1 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
+## 1.11.0 (2023-06-17)
### Bugs Fixed
+* Fixed the bug that a wrong exception is thrown when the SignalR connection is not found using REST API to close a connection or add a connection to group.
### Other Changes
+* Upgraded `Microsoft.Azure.SignalR`, `Microsoft.Azure.SignalR.Management`, `Microsoft.Azure.SignalR.Protocols` to 1.21.3
## 1.10.0 (2023-04-11)
diff --git a/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src/Microsoft.Azure.WebJobs.Extensions.SignalRService.csproj b/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src/Microsoft.Azure.WebJobs.Extensions.SignalRService.csproj
index a907e7c4ef3da..96975e9c4999b 100644
--- a/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src/Microsoft.Azure.WebJobs.Extensions.SignalRService.csproj
+++ b/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src/Microsoft.Azure.WebJobs.Extensions.SignalRService.csproj
@@ -3,7 +3,7 @@
$(RequiredTargetFrameworks)
Microsoft.Azure.WebJobs.Extensions.SignalRService
- 1.11.0-beta.1
+ 1.11.0
1.10.0
true