Skip to content

Commit

Permalink
BUMP 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Dec 13, 2011
1 parent 6eaa9e4 commit 7756a13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/HISTORY.md
@@ -1,5 +1,12 @@
# MongoDB Ruby Driver History

### 1.5.2
2011-12-13

* Lots of fixes for replica set connection edge cases.
* Set default op_timeout and connect_timeout to 30 seconds.
* Support GeoHaystack indexing.

### 1.5.1
2011-11-29

Expand Down
2 changes: 1 addition & 1 deletion ext/cbson/version.h
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

#define VERSION "1.5.1"
#define VERSION "1.5.2"
4 changes: 2 additions & 2 deletions lib/bson.rb
Expand Up @@ -16,10 +16,10 @@
# limitations under the License.
# ++

MINIMUM_BSON_EXT_VERSION = "1.5.1"
MINIMUM_BSON_EXT_VERSION = "1.5.2"

module BSON
VERSION = "1.5.1"
VERSION = "1.5.2"

if defined? Mongo::DEFAULT_MAX_BSON_SIZE
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
Expand Down

0 comments on commit 7756a13

Please sign in to comment.