Skip to content

Commit 53e0f0f

Browse files
committed
Added release notes for v2.14.1.
1 parent c809e8f commit 53e0f0f

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Docs/landing/data/releases.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "2.14.0"
1+
current = "2.14.1"
22

33
[[versions]]
4-
version = "2.14.0"
4+
version = "2.14.1"
55
status = "current"
66
docs = "./2.14/"
77
api = "./2.14/apidocs"
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .NET Driver Version 2.14.1 Release Notes
2+
3+
This is a patch release that addresses some issues reported since 2.14.0 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.14.1.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.14.1%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)