Skip to content

Commit

Permalink
Version: Add 3.9.1 and 3.9.1-preview version (#1541)
Browse files Browse the repository at this point in the history
Version: Add 3.9.1 and 3.9.1-preview version (#1541)
  • Loading branch information
j82w authored May 19, 2020
1 parent 7a4b0dd commit 359e485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.Azure.Cosmos/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.9.0</ClientOfficialVersion>
<ClientPreviewVersion>3.9.0</ClientPreviewVersion>
<ClientOfficialVersion>3.9.1</ClientOfficialVersion>
<ClientPreviewVersion>3.9.1</ClientPreviewVersion>
<DirectVersion>3.9.0</DirectVersion>
<EncryptionVersion>1.0.0-preview3</EncryptionVersion>
<HybridRowVersion>1.0.0-preview</HybridRowVersion>
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## <a name="3.9.1"/> [3.9.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.1) - 2020-05-19
## <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

### Fixed
- [#1539](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1539) Diagnostics: Fix ToString() to not grow exponentially with retries

## <a name="3.9.0"/> [3.9.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.0) - 2020-05-18

### Added
Expand Down

0 comments on commit 359e485

Please sign in to comment.