Skip to content

Commit 0e86d5f

Browse files
committed
Release 2.7.0
1 parent 67835eb commit 0e86d5f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

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.7
31+
- |checkmark|
32+
- |checkmark|
33+
- |checkmark|
34+
- |checkmark|
35+
- |checkmark|
36+
- |checkmark|
37+
-
38+
3039
* - 2.6
3140
- |checkmark|
3241
- |checkmark|
@@ -154,6 +163,20 @@ Ruby Compatibility
154163
- JRuby 9.1
155164
- JRuby
156165

166+
* - 2.7
167+
- |checkmark|
168+
- |checkmark|
169+
- |checkmark|
170+
- |checkmark|
171+
- |checkmark|
172+
- |checkmark|
173+
- |checkmark|
174+
- |checkmark|
175+
-
176+
- |checkmark|
177+
- |checkmark|
178+
-
179+
157180
* - 2.6
158181
- |checkmark|
159182
- |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.rc0'.freeze
20+
VERSION = '2.7.0'.freeze
2121
end

0 commit comments

Comments
 (0)