From 006d3cb462080b6441e8c9083e5aafdfcc6c46c2 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Wed, 3 Jan 2024 17:07:05 -0500 Subject: [PATCH] docs(compatibility): add note that Mongoose 5.13 is fully compatible with MongoDB server 5 --- docs/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatibility.md b/docs/compatibility.md index 0280b60934..c198324fcb 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -20,7 +20,7 @@ Below are the [semver](http://semver.org/) ranges representing which versions of | :------------: | :-------------------------------------: | | `7.x` | `^7.4.0 \| ^8.0.0` | | `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` | -| `5.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0` | +| `5.x` | `^5.13.0` | `^6.0.0 \| ^7.0.0 \| ^8.0.0`| | `4.4.x` | `^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` | | `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` | | `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |