Skip to content

Commit 34df09c

Browse files
committed
Bump mongodb-crypt version to 1.1.0
1 parent 99d8fa1 commit 34df09c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
nettyVersion = '4.1.43.Final'
4949
snappyVersion = '1.1.4'
5050
zstdVersion = '1.3.8-3'
51-
mongoCryptVersion = '1.1.0-beta1'
51+
mongoCryptVersion = '1.1.0'
5252
projectReactorVersion = 'Californium-SR21'
5353
gitVersion = getGitVersion()
5454
}

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

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

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

35-
{{< install artifactId="mongodb-crypt" version="1.1.0-beta1">}}
35+
{{< install artifactId="mongodb-crypt" version="1.1.0">}}
3636

3737
### mongocryptd configuration
3838

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

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

3636
There is a separate jar file containing`libmongocrypt` bindings.
3737

38-
{{< install artifactId="mongodb-crypt" version="1.1.0-beta1">}}
38+
{{< install artifactId="mongodb-crypt" version="1.1.0">}}
3939

4040
### mongocryptd configuration
4141

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.1.0-beta1">}}
32+
{{< install artifactId="mongodb-crypt" version="1.1.0">}}
3333

3434
### mongocryptd configuration
3535

0 commit comments

Comments
 (0)