Skip to content

Commit 107b9e6

Browse files
committed
Updating current version to 2.6.1 in the refdocs.
1 parent 7ba4f50 commit 107b9e6

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Docs/landing/data/releases.toml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
current = "2.5.1"
1+
current = "2.6.1"
22
[[versions]]
3-
version = "2.5.1"
3+
version = "2.6.1"
44
status = "current"
5+
docs = "./2.6/"
6+
api = "./2.6/apidocs"
7+
8+
[[versions]]
9+
version = "2.5.1"
510
docs = "./2.5/"
611
api = "./2.5/apidocs"
712

@@ -40,32 +45,32 @@ current = "2.5.1"
4045
package = "MongoDB.Driver"
4146
description = "The driver."
4247
dependencies = ".NET Core Driver,.NET BSON Library"
43-
versions = "2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
48+
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
4449

4550
[[drivers]]
4651
name = ".NET GridFS"
4752
package = "MongoDB.Driver.GridFS"
4853
description = "The GridFS library."
4954
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
50-
versions = "2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
55+
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
5156

5257
[[drivers]]
5358
name = ".NET Core Driver"
5459
package = "MongoDB.Driver.Core"
5560
description = "The core driver."
5661
dependencies = ".NET BSON Library"
57-
versions = "2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
62+
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
5863

5964
[[drivers]]
6065
name = ".NET BSON Library"
6166
package = "MongoDB.Bson"
6267
description = "The BSON library."
6368
dependencies = ""
64-
versions = "2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
69+
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
6570

6671
[[drivers]]
6772
name = ".NET Legacy Driver"
6873
package = "mongocsharpdriver"
6974
description = "The legacy driver."
7075
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
71-
versions = "2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
76+
versions = "2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"

Docs/reference/content/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ title = "Upgrading"
1111

1212
## Breaking Changes
1313

14-
There should be no breaking changes in version 2.5.0 of the driver.
14+
There should be no breaking changes in version 2.6.0 of the driver.

Docs/reference/content/what_is_new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ title = "What's New"
88
pre = "<i class='fa fa-star'></i>"
99
+++
1010

11+
## What's New in 2.6.0
12+
13+
The 2.6.0 driver improves support for running with FIPS mode enabled in the operating system.
14+
1115
## What's New in 2.5.0
1216

1317
The 2.5.0 driver adds support for many of the new features introduced by the 3.6.0 server.

0 commit comments

Comments
 (0)