Skip to content

Commit 8317d35

Browse files
authored
chore: bump version to 0.7.2 for release (#132)
1 parent 88d0753 commit 8317d35

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ The main difference between Partial update and Patch is that:
416416
```
417417

418418

419+
419420
### MongoDB support
420421

421422
```
@@ -426,12 +427,12 @@ var cosmos = new CosmosBuilder().withDatabaseType("mongodb")
426427
.build();
427428
var db = cosmos.getDatabase("Database1");
428429

429-
// you can use db instance at the same way as you are using cosmosdb
430+
// you can use db instance as the same way as you are using cosmosdb
430431
db.upsert("Database1", new User("id011","Tom","Banks"), "Collection1");
431432

432-
// for mongodb (mongo atlas)
433+
// for mongodb atlas
433434
var cosmos = new CosmosBuilder().withDatabaseType("mongodb")
434-
.withConnectionString("mongodb+srv://a:b@x-mongo.y.mongodb.net/"))
435+
.withConnectionString("mongodb+srv://aa:bb@xx-mongo.yy.mongodb.net/"))
435436
.build();
436437

437438
// for cosmosdb

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.thunderz99</groupId>
55
<artifactId>java-cosmos</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.7.2.RC5</version>
7+
<version>0.7.2</version>
88
<name>${project.groupId}:${project.artifactId}$</name>
99
<description>A lightweight Azure CosmosDB client for Java</description>
1010
<url>https://github.com/thunderz99/java-cosmos</url>

0 commit comments

Comments
 (0)