Skip to content

Commit 9b801b6

Browse files
committed
Release 2.8.0.rc0
1 parent 2d2c1c5 commit 9b801b6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

docs/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install the mongo gem manually:
1818

1919
.. code-block:: sh
2020

21-
gem install mongo -v 2.7.0
21+
gem install mongo -v 2.8.0.rc0
2222

2323
TLS/SSL and the Ruby driver
2424
---------------------------

docs/reference/driver-compatibility.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ MongoDB Compatibility
2727
- MongoDB 2.6
2828
- MongoDB 2.4
2929

30+
* - 2.8
31+
- |checkmark|
32+
- |checkmark|
33+
- |checkmark|
34+
- |checkmark|
35+
- |checkmark|
36+
- |checkmark|
37+
-
38+
3039
* - 2.7
3140
- |checkmark|
3241
- |checkmark|
@@ -163,6 +172,20 @@ Ruby Compatibility
163172
- JRuby 9.1
164173
- JRuby
165174

175+
* - 2.8
176+
- |checkmark|
177+
- |checkmark|
178+
- |checkmark|
179+
- |checkmark|
180+
- |checkmark|
181+
- |checkmark|
182+
- |checkmark|
183+
- |checkmark|
184+
-
185+
- |checkmark|
186+
- |checkmark|
187+
-
188+
166189
* - 2.7
167190
- |checkmark|
168191
- |checkmark|

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
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.7.0'.freeze
20+
VERSION = '2.8.0.rc0'.freeze
2121
end

0 commit comments

Comments
 (0)