File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ toc_landing_pages = ["/run-commands",
13
13
14
14
[constants ]
15
15
16
- version = " 1.2.1 "
16
+ version = " 1.2.3 "
17
17
mdb-version = " 5.0"
18
18
mdb-version-dev = " 4.9"
19
19
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.3
16
+ ------
17
+
18
+ *Released March 10, 2022*
19
+
20
+ New features:
21
+
22
+ - :issue:`MONGOSH-1121` - Support the ``commitQuorum`` parameter for the
23
+ :method:`~db.collection.createIndexes()` method.
24
+
25
+ Bug fixes:
26
+
27
+ - Use Rocky Linux 8 instead of CentOS 7 for packaging.
28
+
29
+ `Full release notes available on JIRA
30
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=32989>`__.
31
+
32
+ v1.2.2
33
+ ------
34
+
35
+ *Released February 25, 2022*
36
+
37
+ Bug fixes:
38
+
39
+ - :issue:`MONGOSH-1134` - Internal bug fix required to re-enable
40
+ Homebrew installation.
41
+
42
+ `Full release notes available on JIRA
43
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=32988>`__.
44
+
15
45
v1.2.1
16
46
------
17
47
You can’t perform that action at this time.
0 commit comments