diff --git a/README.md b/README.md index cb45eb0edb..198295922c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ API documentation for the most recent release can be found To build API documentation for the master branch, check out the repository locally and run `rake docs`. +High-level driver documentation including tutorials and the reference that were in the docs folder can now be found +at the docs-ruby repository, [here](https://github.com/mongodb/docs-ruby) + ## Support Commercial support for the driver is available through the diff --git a/lib/mongo/server/description/features.rb b/lib/mongo/server/description/features.rb index 97a222713b..cfae85c7a2 100644 --- a/lib/mongo/server/description/features.rb +++ b/lib/mongo/server/description/features.rb @@ -83,7 +83,7 @@ class Features # The wire protocol versions that this version of the driver supports. # # @since 2.0.0 - DRIVER_WIRE_VERSIONS = (6..21).freeze + DRIVER_WIRE_VERSIONS = (6..25).freeze # Create the methods for each mapping to tell if they are supported. #