From 12a66fb4891ff0089f7975a32384922cf4758757 Mon Sep 17 00:00:00 2001 From: Scott Ames-Messinger Date: Fri, 1 Nov 2024 21:19:52 -0400 Subject: [PATCH] Add version 8 to the supported Mongo versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f41ac..1ed89a7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Features -- supports MongoDB versions 4.x, 5.x, 6.x, 7.x +- supports MongoDB versions 4.x, 5.x, 6.x, 7.x, 8.x - connection pooling ([through DBConnection 2.x](https://github.com/elixir-ecto/db_connection)) - streaming cursors - performant ObjectID generation