Skip to content

Commit

Permalink
Post release automated changes for cosmosdb releases (Azure#27096)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-cosmos
  • Loading branch information
azure-sdk authored Oct 30, 2023
1 parent 91231d6 commit 2cd3d9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/cosmosdb/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2cd3d9b

Please sign in to comment.