Skip to content

Commit 2cd3d9b

Browse files
authored
Post release automated changes for cosmosdb releases (Azure#27096)
Post release automated changes for azure-cosmos
1 parent 91231d6 commit 2cd3d9b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 4.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.0.0 (2023-09-12)
414
🎉 v4 release! 🎉 Many new features, bug fixes, and a few breaking changes.
515
- Summary of new added features

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/cosmos",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
55
"sdk-type": "client",
66
"keywords": [

sdk/cosmosdb/cosmos/src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const Constants = {
201201
AzureNamespace: "Azure.Cosmos",
202202
AzurePackageName: "@azure/cosmos",
203203
SDKName: "azure-cosmos-js",
204-
SDKVersion: "4.0.0",
204+
SDKVersion: "4.0.1",
205205

206206
// Diagnostics
207207
CosmosDbDiagnosticLevelEnvVarName: "AZURE_COSMOSDB_DIAGNOSTICS_LEVEL",

0 commit comments

Comments
 (0)