File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-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.9 "
15
+ version = " 1.2.1 "
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.2.1
16
+ ------
17
+
18
+ *Released February 24, 2022*
19
+
20
+ - :issue:`MONGOSH-1063` - You can now create a global ``monogosh``
21
+ :ref:`configuration file <mongosh-shell-settings>`.
22
+
23
+ - :issue:`MONGOSH-959` – You can now use the ``config.reset`` method to
24
+ return to the default configuration settings.
25
+
26
+ - :issue:`MONGOSH-1133` – ``mongosh`` adds a ``--tlsUseSystemCA``
27
+ option that causes ``mongosh`` to attempt to load system
28
+ certificates as well as the built-in certificates.
29
+
30
+
31
+ `Full release notes available on JIRA
32
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=32780>`__.
33
+
15
34
v1.1.9
16
35
------
17
36
You can’t perform that action at this time.
0 commit comments