Skip to content

Commit 2f3e156

Browse files
committed
Bump mongodb-crypt version to 1.0.0
1 parent 156933a commit 2f3e156

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
nettyVersion = '4.1.17.Final'
4242
snappyVersion = '1.1.4'
4343
zstdVersion = '1.3.8-3'
44-
mongoCryptVersion = '1.0.0-rc1'
44+
mongoCryptVersion = '1.0.0'
4545
gitVersion = getGitVersion()
4646
}
4747

docs/reference/content/driver-async/tutorials/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the [installation]({{< relref "driver-async/getting-started/installation.md"
3333

3434
There is a separate jar file containing`libmongocrypt` bindings.
3535

36-
{{< install artifactId="mongodb-crypt" version="1.0.0-rc1">}}
36+
{{< install artifactId="mongodb-crypt" version="1.0.0">}}
3737

3838
### mongocryptd configuration
3939

docs/reference/content/driver/tutorials/client-side-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See the [installation]({{< relref "driver/getting-started/installation.md" >}})
2929

3030
There is a separate jar file containing`libmongocrypt` bindings.
3131

32-
{{< install artifactId="mongodb-crypt" version="1.0.0-rc1">}}
32+
{{< install artifactId="mongodb-crypt" version="1.0.0">}}
3333

3434
### mongocryptd configuration
3535

0 commit comments

Comments
 (0)