From d15ae94c84d5ea6b083590b05368fd777d349e4f Mon Sep 17 00:00:00 2001 From: BorisDog Date: Tue, 3 May 2022 12:52:56 -0700 Subject: [PATCH] Added release notes for v2.15.1. (#787) --- Docs/landing/data/releases.toml | 4 ++-- Release Notes/Release Notes v2.15.1.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 Release Notes/Release Notes v2.15.1.md diff --git a/Docs/landing/data/releases.toml b/Docs/landing/data/releases.toml index bc229e1c964..d5f34616f7e 100644 --- a/Docs/landing/data/releases.toml +++ b/Docs/landing/data/releases.toml @@ -1,7 +1,7 @@ -current = "2.15.0" +current = "2.15.1" [[versions]] - version = "2.15.0" + version = "2.15.1" status = "current" docs = "./2.15/" api = "./2.15/apidocs" diff --git a/Release Notes/Release Notes v2.15.1.md b/Release Notes/Release Notes v2.15.1.md new file mode 100644 index 00000000000..0f4f2b24a83 --- /dev/null +++ b/Release Notes/Release Notes v2.15.1.md @@ -0,0 +1,19 @@ +# .NET Driver Version 2.15.1 Release Notes + +This is a patch release that addresses some issues reported since 2.15.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.15.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.15.1%20ORDER%20BY%20key%20ASC + +Documentation on the .NET driver can be found at: + +http://mongodb.github.io/mongo-csharp-driver/ + +## Upgrading + +There are no known backwards breaking changes in this release.