Skip to content

Commit 391d37e

Browse files
committed
BUMP 1.0.7; HISTORY
1 parent db8ddd0 commit 391d37e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.7 2010-8-4
2+
3+
* A few minor test/doc fixes.
4+
* Better tests for replica sets and replication acknowledgment.
5+
* Deprecated DB#error and DB#last_status
6+
17
1.0.6 2010-7-26
28

39
* Replica set support.

lib/mongo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
44

55
module Mongo
6-
VERSION = "1.0.6"
6+
VERSION = "1.0.7"
77
end
88

99
module Mongo

0 commit comments

Comments
 (0)