File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ toc_landing_pages = ["/run-commands",
14
14
15
15
[constants ]
16
16
17
- version = " 1.6.2 "
17
+ version = " 1.7.1 "
18
18
mdb-version = " 6.0"
19
19
pgp-version = " {+mdb-version+}"
20
20
Original file line number Diff line number Diff line change @@ -12,6 +12,30 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v1.7.1
16
+ ------
17
+
18
+ *Released February 16, 2023*
19
+
20
+ - :issue:`MONGOSH-1378` Fixes connectivity issues when ``mongosh`` is
21
+ installed using Homebrew.
22
+
23
+ `Full release notes available on JIRA
24
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=35548>`__.
25
+
26
+ v1.7.0
27
+ ------
28
+
29
+ *Released February 10, 2023*
30
+
31
+ - :issue:`MONGOSH-57` Display a warning when connecting to databases
32
+ that mimic MongoDB.
33
+ - :issue:`MONGOSH-545` To get the current connection string, use
34
+ ``db.getMongo().getURI()``.
35
+
36
+ `Full release notes available on JIRA
37
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=35363>`__.
38
+
15
39
v1.6.2
16
40
------
17
41
You can’t perform that action at this time.
0 commit comments