Skip to content

Commit

Permalink
Prepare for release (#45260)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Jul 30, 2024
1 parent 13a8b70 commit d27b710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions sdk/core/Azure.Core.Amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.3.1 (2024-07-30)

### Bugs Fixed

- Fixed serialization of binary application properties.
- 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`.

### Other Changes

## 1.3.0 (2023-03-02)

### Acknowledgments
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This library contains AMQP model types used by Azure libraries.</Description>
<AssemblyTitle>Microsoft Azure AMQP</AssemblyTitle>
<Version>1.4.0-beta.1</Version>
<Version>1.3.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<PackageTags>Microsoft Azure AMQP</PackageTags>
Expand Down

0 comments on commit d27b710

Please sign in to comment.