diff --git a/HISTORY b/HISTORY index 7a4eace..efe9e87 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,9 @@ +1.0.7 2010-8-4 + +* A few minor test/doc fixes. +* Better tests for replica sets and replication acknowledgment. +* Deprecated DB#error and DB#last_status + 1.0.6 2010-7-26 * Replica set support. diff --git a/lib/mongo.rb b/lib/mongo.rb index a39e45c..fd13fb0 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -3,7 +3,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "1.0.6" + VERSION = "1.0.7" end module Mongo