From 6cafa76e2b5695157e01a57dd1300ee32fa8dcd8 Mon Sep 17 00:00:00 2001 From: rishitb-mongodb <160672125+rishitb-mongodb@users.noreply.github.com> Date: Thu, 22 May 2025 16:24:37 -0400 Subject: [PATCH] Update README.md Updated README.md to add mention of semantic versioning. Addresses https://jira.mongodb.org/browse/DRIVERS-3105. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47aa3d14ae..fef8c2638a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ gpg --verify mongodb-X.Y.Z.tgz.sig mongodb-X.Y.Z.tgz >[!Note] No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical. +The MongoDB Node.js driver follows [semantic versioning](https://semver.org/) for its releases. + ### Bugs / Feature Requests Think you’ve found a bug? Want to see a new feature in `node-mongodb-native`? Please open a