Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebfa01b

Browse files
committedNov 23, 2021
Added release notes for v2.12.5.
1 parent dd26747 commit ebfa01b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 

‎Docs/landing/data/releases.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ current = "2.13.2"
1212
api = "./2.13/apidocs"
1313

1414
[[versions]]
15-
version = "2.12.4"
15+
version = "2.12.5"
1616
docs = "./2.12/"
1717
api = "./2.12/apidocs"
1818

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .NET Driver Version 2.12.5 Release Notes
2+
3+
This is a patch release that addresses some issues reported since 2.12.4 was released.
4+
5+
An online version of these release notes is available at:
6+
7+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.12.5.md
8+
9+
The list of JIRA tickets resolved in this release is available at:
10+
11+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.12.5%20ORDER%20BY%20key%20ASC
12+
13+
Documentation on the .NET driver can be found at:
14+
15+
http://mongodb.github.io/mongo-csharp-driver/
16+
17+
## Upgrading
18+
19+
There are no known backwards breaking changes in this release.

0 commit comments

Comments
 (0)