Skip to content

Commit a1d0cd6

Browse files
Prepare for Service Bus extension release (Azure#23851)
1 parent 147649a commit a1d0cd6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.16" />
8282
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.6.0" />
8383
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.6.0" />
84-
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.2.1" />
84+
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.3.0" />
8585
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.0.0-beta.2" />
8686
<PackageReference Update="Azure.Identity" Version="1.4.0" />
8787
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 5.0.0-beta.6 (Unreleased)
3+
## 5.0.0-beta.6 (2021-09-07)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Support binding to `BinaryData` instances.
127

138
## 5.0.0-beta.5 (2021-07-07)
149

0 commit comments

Comments
 (0)