Skip to content

Commit d27b710

Browse files
Prepare for release (Azure#45260)
1 parent 13a8b70 commit d27b710

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

sdk/core/Azure.Core.Amqp/CHANGELOG.md

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

3-
## 1.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.3.1 (2024-07-30)
84

95
### Bugs Fixed
106

7+
- Fixed serialization of binary application properties.
118
- Fixed the logic used to set the `TimeToLive` value of the `AmqpMessageHeader` for received messages to be based on the difference of the `AbsoluteExpiryTime` and `CreationTime` properties of the `AmqpMessageProperties`.
129

13-
### Other Changes
14-
1510
## 1.3.0 (2023-03-02)
1611

1712
### Acknowledgments

sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This library contains AMQP model types used by Azure libraries.</Description>
44
<AssemblyTitle>Microsoft Azure AMQP</AssemblyTitle>
5-
<Version>1.4.0-beta.1</Version>
5+
<Version>1.3.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.3.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure AMQP</PackageTags>

0 commit comments

Comments
 (0)