Skip to content

Commit

Permalink
2.11.0.rc0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Sep 16, 2019
1 parent 1ecac82 commit e4f9b04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install the mongo gem manually:

.. code-block:: sh

gem install mongo -v 2.9.0.rc0
gem install mongo -v 2.11.0.rc0

TLS/SSL and the Ruby driver
---------------------------
Expand Down
5 changes: 4 additions & 1 deletion docs/reference/driver-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MongoDB Compatibility
-

* - 2.10
- |checkmark|
- |checkmark| [#srv-polling]_
- |checkmark|
- |checkmark|
- |checkmark|
Expand Down Expand Up @@ -138,6 +138,9 @@ MongoDB Compatibility
- |checkmark|
- |checkmark|

.. [#srv-polling] Polling of SRV records in sharded topologies is
implemented as of driver version 2.11.

The driver does not support older versions of MongoDB.

.. _reference-compatibility-language-ruby:
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module Mongo
# The current version of the driver.
#
# @since 2.0.0
VERSION = '2.9.0.rc0'.freeze
VERSION = '2.11.0.rc0'.freeze
end

0 comments on commit e4f9b04

Please sign in to comment.