Skip to content

Commit 3f34e3e

Browse files
committed
doc: update version for doc generation
1 parent ff95a2f commit 3f34e3e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/guide/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB Node.js Driver Documentation
33
====================================
44

5-
Welcome to the MongoDB Node.js 3.3 driver documentation.
5+
Welcome to the MongoDB Node.js 3.4 driver documentation.
66

77
What's New
88
----------
@@ -40,7 +40,7 @@ Advanced features for the driver.
4040
.. toctree::
4141
:hidden:
4242
:glob:
43-
43+
4444
installation-guide
4545
quick-start
4646
whats-new

docs/reference/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type = "index"
66

77
# MongoDB Node.js Driver Documentation
88

9-
Welcome to the MongoDB Node.js 3.3 driver documentation.
9+
Welcome to the MongoDB Node.js 3.4 driver documentation.
1010

1111

1212
## What's New

docs/reference/content/upgrade-migration/main.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ title = "Upgrade Guide"
77
pre = "<i class='fa fa-cog'></i>"
88
+++
99

10+
# What's new in 3.4
11+
12+
- MongoDB Client Side Field Level Encryption
13+
14+
[Full 3.4 Changes Here](https://github.com/mongodb/node-mongodb-native/releases/tag/v3.4.0)
15+
16+
1017
# What's new in 3.3
1118

1219
- Supports Distributed Transactions

docs/reference/data/mongodb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update versions in config.toml as well
22
githubRepo = "node-mongodb-native"
33
githubBranch = "master"
4-
currentVersion = "3.3"
4+
currentVersion = "3.4"
55
highlightTheme = "idea.css"
66
apiUrl = "/api"

0 commit comments

Comments
 (0)