Skip to content

Commit 7756a13

Browse files
committed
BUMP 1.5.2
1 parent 6eaa9e4 commit 7756a13

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# MongoDB Ruby Driver History
22

3+
### 1.5.2
4+
2011-12-13
5+
6+
* Lots of fixes for replica set connection edge cases.
7+
* Set default op_timeout and connect_timeout to 30 seconds.
8+
* Support GeoHaystack indexing.
9+
310
### 1.5.1
411
2011-11-29
512

ext/cbson/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define VERSION "1.5.1"
17+
#define VERSION "1.5.2"

lib/bson.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# limitations under the License.
1717
# ++
1818

19-
MINIMUM_BSON_EXT_VERSION = "1.5.1"
19+
MINIMUM_BSON_EXT_VERSION = "1.5.2"
2020

2121
module BSON
22-
VERSION = "1.5.1"
22+
VERSION = "1.5.2"
2323

2424
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
2525
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE

0 commit comments

Comments
 (0)