diff --git a/docs/compatibility.md b/docs/compatibility.md index 5e4919f592d..6c16c359b0a 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -14,10 +14,11 @@ Below are the [semver](http://semver.org/) ranges representing which versions of * MongoDB Server 4.0.x: mongoose `^5.2.0` * MongoDB Server 4.2.x: mongoose `^5.7.0` * MongoDB Server 4.4.x: mongoose `^5.10.0` +* MongoDB Server 5.0.x: mongoose `^5.13.0` Note that Mongoose 5.x dropped support for all versions of MongoDB before 3.0.0. If you need to use MongoDB 2.6 or older, use Mongoose 4.x. ## Further Reading Are you on Mongoose 3.x and looking to migrate to 4.x? Check out [_Moving Forward with Mongoose.js_ on Pluralsight](https://pluralsight.pxf.io/c/1321469/424552/7490?u=https%3A%2F%2Fapp.pluralsight.com%2Flibrary%2Fcourses%2Fmongoosejs-moving-forward%2Ftable-of-contents). -This video course walks you through the new features and backwards breaking changes in Mongoose 4, so you can upgrade with confidence. \ No newline at end of file +This video course walks you through the new features and backwards breaking changes in Mongoose 4, so you can upgrade with confidence.