Skip to content

Commit dc36c76

Browse files
(DOCSP-21042): 1.2.1 release notes (#186)
* (DOCSP-21042): 1.2.1 release notes * typos * wording * update snooty.toml
1 parent 98f160b commit dc36c76

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_landing_pages = ["/run-commands",
1212

1313
[constants]
1414

15-
version = "1.1.9"
15+
version = "1.2.1"
1616
mdb-version = "5.0"
1717
mdb-version-dev = "4.9"
1818
pgp-version = "{+mdb-version+}"

source/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
:depth: 1
1313
:class: singlecol
1414

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+
1534
v1.1.9
1635
------
1736

0 commit comments

Comments
 (0)