File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ toc_landing_pages = ["/run-commands",
12
12
13
13
[constants ]
14
14
15
- version = " 1.1.5 "
15
+ version = " 1.1.6 "
16
16
mdb-version = " 5.0"
17
17
mdb-version-dev = " 4.9"
18
18
pgp-version = " {+mdb-version+}"
Original file line number Diff line number Diff line change 12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v1.1.6
16
+ ------
17
+
18
+ *Released December 2, 2021*
19
+
20
+ New features in this release:
21
+
22
+ - ``mongosh`` now uses `Node.js driver 4.2.1
23
+ <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.2.1>`__.
24
+
25
+ Bug fixes in this release:
26
+
27
+ - Fixes the way ``try``, ``catch``, ``finally`` works if no exception
28
+ was thrown in the ``try`` block.
29
+
30
+ `Full release notes available on JIRA
31
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=32498>`__.
32
+
15
33
v1.1.5
16
34
------
17
35
You can’t perform that action at this time.
0 commit comments