From 2cd3d9bdc01fb8d481e719af0bb6b02d4c1d0b44 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:59:11 -0700 Subject: [PATCH] Post release automated changes for cosmosdb releases (#27096) Post release automated changes for azure-cosmos --- sdk/cosmosdb/cosmos/CHANGELOG.md | 10 ++++++++++ sdk/cosmosdb/cosmos/package.json | 2 +- sdk/cosmosdb/cosmos/src/common/constants.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/cosmosdb/cosmos/CHANGELOG.md b/sdk/cosmosdb/cosmos/CHANGELOG.md index 0e42744721d6..11365fa7d7f1 100644 --- a/sdk/cosmosdb/cosmos/CHANGELOG.md +++ b/sdk/cosmosdb/cosmos/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 4.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 4.0.0 (2023-09-12) 🎉 v4 release! 🎉 Many new features, bug fixes, and a few breaking changes. - Summary of new added features diff --git a/sdk/cosmosdb/cosmos/package.json b/sdk/cosmosdb/cosmos/package.json index 53400c4ccf31..ad1fea8ed111 100644 --- a/sdk/cosmosdb/cosmos/package.json +++ b/sdk/cosmosdb/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@azure/cosmos", - "version": "4.0.0", + "version": "4.0.1", "description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API", "sdk-type": "client", "keywords": [ diff --git a/sdk/cosmosdb/cosmos/src/common/constants.ts b/sdk/cosmosdb/cosmos/src/common/constants.ts index 8913e1a651d3..03a14cc73567 100644 --- a/sdk/cosmosdb/cosmos/src/common/constants.ts +++ b/sdk/cosmosdb/cosmos/src/common/constants.ts @@ -201,7 +201,7 @@ export const Constants = { AzureNamespace: "Azure.Cosmos", AzurePackageName: "@azure/cosmos", SDKName: "azure-cosmos-js", - SDKVersion: "4.0.0", + SDKVersion: "4.0.1", // Diagnostics CosmosDbDiagnosticLevelEnvVarName: "AZURE_COSMOSDB_DIAGNOSTICS_LEVEL",