Skip to content

Commit 359e485

Browse files
authored
Version: Add 3.9.1 and 3.9.1-preview version (#1541)
Version: Add 3.9.1 and 3.9.1-preview version (#1541)
1 parent 7a4b0dd commit 359e485

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Microsoft.Azure.Cosmos/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ClientOfficialVersion>3.9.0</ClientOfficialVersion>
5-
<ClientPreviewVersion>3.9.0</ClientPreviewVersion>
4+
<ClientOfficialVersion>3.9.1</ClientOfficialVersion>
5+
<ClientPreviewVersion>3.9.1</ClientPreviewVersion>
66
<DirectVersion>3.9.0</DirectVersion>
77
<EncryptionVersion>1.0.0-preview3</EncryptionVersion>
88
<HybridRowVersion>1.0.0-preview</HybridRowVersion>

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
## <a name="3.9.1"/> [3.9.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.1) - 2020-05-19
13+
## <a name="3.9.1-preview"/> [3.9.1-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.1-preview) - 2020-05-19
14+
15+
### Fixed
16+
- [#1539](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1539) Diagnostics: Fix ToString() to not grow exponentially with retries
17+
1218
## <a name="3.9.0"/> [3.9.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.0) - 2020-05-18
1319

1420
### Added

0 commit comments

Comments
 (0)