From 74771c3fa8b9459a0dc109097e370c44095964d9 Mon Sep 17 00:00:00 2001 From: rstam Date: Fri, 21 Aug 2020 14:51:15 -0700 Subject: [PATCH] Release notes for 2.11.1 --- Release Notes/Release Notes v2.11.1.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Release Notes/Release Notes v2.11.1.md diff --git a/Release Notes/Release Notes v2.11.1.md b/Release Notes/Release Notes v2.11.1.md new file mode 100644 index 00000000000..8b5fabb42b8 --- /dev/null +++ b/Release Notes/Release Notes v2.11.1.md @@ -0,0 +1,21 @@ +# .NET Driver Version 2.11.1 Release Notes + +This is a patch release that fixes a couple of bugs reported since 2.11.0 was released. + +An online version of these release notes is available at: + +https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.11.1.md + +The list of JIRA tickets resolved in this release is available at: + +https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.11.1%20ORDER%20BY%20key%20ASC + +Documentation on the .NET driver can be found at: + +http://mongodb.github.io/mongo-csharp-driver/ + +## Upgrading + +If you are writing a WinForms application you will want to upgrade to this version of the driver (see CSHARP-3182). + +There are no known backwards breaking changes in this release.