File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.2 .0'
32
+ release : ' 1.3 .0'
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change 1
1
define: base https://docs.mongodb.com/mongocli
2
- define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 master
3
- symlink: v1.2 .0 -> master
2
+ define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 v1.2.0 master
3
+ symlink: v1.3 .0 -> master
4
4
symlink: upcoming -> master
5
- symlink: stable -> v1.1 .0
5
+ symlink: stable -> v1.2 .0
6
6
7
7
raw: mongocli/ -> ${base}/stable
8
8
Original file line number Diff line number Diff line change @@ -14,6 +14,24 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ {+mcli+} 1.2.0
18
+ -------------------------------
19
+
20
+ *Released 2020-07-16*
21
+
22
+ New Features
23
+ ~~~~~~~~~~~~
24
+
25
+ - Adds support for Atlas Search.
26
+ - Adds support for :ref:`Atlas Data Lake <mcli-reference-atlas-datalake>`.
27
+
28
+ Bug Fixes and Improvements
29
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
30
+
31
+ - Fixes a bug where ``mongocli config rename`` did not find the profile
32
+ to rename.
33
+ - Improves updating and listing clusters in |com|.
34
+
17
35
18
36
{+mcli+} 1.1.0
19
37
-------------------------------
You can’t perform that action at this time.
0 commit comments