From 4ed1653a21a950790ccba221ca9cff2601479063 Mon Sep 17 00:00:00 2001 From: Meha Kaushik Date: Tue, 17 Mar 2020 11:10:48 -0700 Subject: [PATCH 1/3] Updated CosmosDB Management version --- src/CosmosDB/CosmosDB/CosmosDB.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CosmosDB/CosmosDB/CosmosDB.csproj b/src/CosmosDB/CosmosDB/CosmosDB.csproj index f25ac6819763..bfeb992d5923 100644 --- a/src/CosmosDB/CosmosDB/CosmosDB.csproj +++ b/src/CosmosDB/CosmosDB/CosmosDB.csproj @@ -6,7 +6,7 @@ - + \ No newline at end of file From b57983e9a553dbb8901e710edba3d728549b2a56 Mon Sep 17 00:00:00 2001 From: Meha Kaushik Date: Tue, 17 Mar 2020 13:37:35 -0700 Subject: [PATCH 2/3] Updated ChangeLog --- src/CosmosDB/CosmosDB/ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index 856c665ce1f2..b09b25711fb5 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -20,6 +20,10 @@ ## Upcoming Release +## Version 0.1.2 +* Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2 + -Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639 + ## Version 0.1.1 * Added cmdlets for Gremlin, MongoDB, Cassandra and Table APIs. * Updated .NET SDK Version to 1.0.1 From 271f9aae437573da55ff2239eafedc0ccfae30a7 Mon Sep 17 00:00:00 2001 From: Meha Kaushik Date: Tue, 17 Mar 2020 13:40:36 -0700 Subject: [PATCH 3/3] Removed the new version header from ChangeLog --- src/CosmosDB/CosmosDB/ChangeLog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index b09b25711fb5..88031b6e8329 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,8 +19,6 @@ --> ## Upcoming Release - -## Version 0.1.2 * Updated the Azure.Management.CosmosDB Sdk Version to 1.0.2 -Fix bugs related to https://github.com/Azure/azure-sdk-for-net/issues/10639