File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = ["/install",
17
17
18
18
[constants ]
19
19
20
- version = " 2.2.10 "
20
+ version = " 2.2.11 "
21
21
mdb-version = " 7.0"
22
22
pgp-version = " {+mdb-version+}"
23
23
atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.2.11
16
+ -------
17
+
18
+ *Released July 09, 2024*
19
+
20
+ Contains internal enhancements and improvements.
21
+
22
+ Fixes a bug that prevented users from passing options to the
23
+ ``explain.find()`` method:
24
+
25
+ - :issue:`MONGOSH-1670` - explain().find() ignores collation
26
+
27
+ `Full release notes available on JIRA
28
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=40061>`__.
29
+
30
+
15
31
v2.2.10
16
32
-------
17
33
You can’t perform that action at this time.
0 commit comments