Skip to content

Commit

Permalink
doc: update version for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Dec 10, 2019
1 parent ff95a2f commit 3f34e3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/index.txt
Expand Up @@ -2,7 +2,7 @@
MongoDB Node.js Driver Documentation
====================================

Welcome to the MongoDB Node.js 3.3 driver documentation.
Welcome to the MongoDB Node.js 3.4 driver documentation.

What's New
----------
Expand Down Expand Up @@ -40,7 +40,7 @@ Advanced features for the driver.
.. toctree::
:hidden:
:glob:

installation-guide
quick-start
whats-new
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/index.md
Expand Up @@ -6,7 +6,7 @@ type = "index"

# MongoDB Node.js Driver Documentation

Welcome to the MongoDB Node.js 3.3 driver documentation.
Welcome to the MongoDB Node.js 3.4 driver documentation.


## What's New
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/content/upgrade-migration/main.md
Expand Up @@ -7,6 +7,13 @@ title = "Upgrade Guide"
pre = "<i class='fa fa-cog'></i>"
+++

# What's new in 3.4

- MongoDB Client Side Field Level Encryption

[Full 3.4 Changes Here](https://github.com/mongodb/node-mongodb-native/releases/tag/v3.4.0)


# What's new in 3.3

- Supports Distributed Transactions
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/data/mongodb.toml
@@ -1,6 +1,6 @@
# Update versions in config.toml as well
githubRepo = "node-mongodb-native"
githubBranch = "master"
currentVersion = "3.3"
currentVersion = "3.4"
highlightTheme = "idea.css"
apiUrl = "/api"

0 comments on commit 3f34e3e

Please sign in to comment.