Skip to content

Commit

Permalink
Release 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 17, 2020
1 parent 3d8330f commit e784c3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docs/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Installation
The Ruby driver is bundled as a gem and is hosted on `Rubygems
<https://rubygems.org/gems/mongo>`_.


.. _ruby-driver-install:

Install the gem
Install the Gem
---------------

The driver can be installed manually or with bundler.
Expand All @@ -18,9 +19,18 @@ To install the mongo gem manually:

.. code-block:: sh

gem install mongo -v 2.10.4
gem install mongo -v 2.10.5


What's New
----------

Please consult the `releases page on GitHub
<https://github.com/mongodb/mongo-ruby-driver/releases>`_ for the list
of improvements and changes in each version of the driver.


TLS/SSL and the Ruby driver
TLS/SSL and the Ruby Driver
---------------------------

Industry best practices, and some regulations, require the use of TLS 1.1 or newer. Though no application changes are
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.10.4'.freeze
VERSION = '2.10.5'.freeze
end

0 comments on commit e784c3e

Please sign in to comment.