File tree 2 files changed +27
-3
lines changed
2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
- current = " 2.13.2 "
1
+ current = " 2.13.3 "
2
2
3
3
[[versions ]]
4
- version = " 2.13.2"
4
+ version = " 2.14.0-beta1"
5
+ docs = " ./2.14/"
6
+ api = " ./2.14/apidocs"
7
+
8
+ [[versions ]]
9
+ version = " 2.13.3"
5
10
status = " current"
6
11
docs = " ./2.13/"
7
12
api = " ./2.13/apidocs"
8
13
9
14
[[versions ]]
10
- version = " 2.12.4 "
15
+ version = " 2.12.5 "
11
16
docs = " ./2.12/"
12
17
api = " ./2.12/apidocs"
13
18
Original file line number Diff line number Diff line change
1
+ # .NET Driver Version 2.13.3 Release Notes
2
+
3
+ This is a patch release that addresses some issues reported since 2.13.2 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.13.3.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.13.3%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.
You can’t perform that action at this time.
0 commit comments