Skip to content

Commit e784c3e

Browse files
committed
Release 2.10.5
1 parent 3d8330f commit e784c3e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Diff for: docs/installation.txt

+13-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Installation
77
The Ruby driver is bundled as a gem and is hosted on `Rubygems
88
<https://rubygems.org/gems/mongo>`_.
99

10+
1011
.. _ruby-driver-install:
1112

12-
Install the gem
13+
Install the Gem
1314
---------------
1415

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

1920
.. code-block:: sh
2021

21-
gem install mongo -v 2.10.4
22+
gem install mongo -v 2.10.5
23+
24+
25+
What's New
26+
----------
27+
28+
Please consult the `releases page on GitHub
29+
<https://github.com/mongodb/mongo-ruby-driver/releases>`_ for the list
30+
of improvements and changes in each version of the driver.
31+
2232

23-
TLS/SSL and the Ruby driver
33+
TLS/SSL and the Ruby Driver
2434
---------------------------
2535

2636
Industry best practices, and some regulations, require the use of TLS 1.1 or newer. Though no application changes are

Diff for: lib/mongo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module Mongo
1717
# The current version of the driver.
1818
#
1919
# @since 2.0.0
20-
VERSION = '2.10.4'.freeze
20+
VERSION = '2.10.5'.freeze
2121
end

0 commit comments

Comments
 (0)