Skip to content

Commit 24dccea

Browse files
authored
docs(NODE-7273): update compat tables for v7 (#113)
1 parent 031e6e1 commit 24dccea

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ The Node.js wrapper for [`libmongocrypt`](../../README.md)
88

99
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
1010

11-
| | `mongodb-client-encryption@1.x` | `mongodb-client-encryption@2.x` | `mongodb-client-encryption@6.x` |
12-
| ------------- | ------------------------------- | ------------------------------- | ------------------------------- |
13-
| `mongodb@6.x` | N/A | N/A ||
14-
| `mongodb@5.x` | N/A || N/A |
15-
| `mongodb@4.x` ||| N/A |
16-
| `mongodb@3.x` || N/A | N/A |
11+
| | `mongodb-client-encryption@1.x` | `mongodb-client-encryption@2.x` | `mongodb-client-encryption@6.x` | `mongodb-client-encryption@7.x` |
12+
| ------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
13+
| `mongodb@7.x` | N/A | N/A | N/A ||
14+
| `mongodb@6.x` | N/A | N/A || N/A |
15+
| `mongodb@5.x` | N/A || N/A | N/A |
16+
| `mongodb@4.x` ||| N/A | N/A |
17+
| `mongodb@3.x` || N/A | N/A | N/A |
1718

1819
### Installation
1920

0 commit comments

Comments
 (0)