diff --git a/package.xml b/package.xml
index 2a944e3b5..527228f0c 100644
--- a/package.xml
+++ b/package.xml
@@ -30,11 +30,11 @@
yes
- 2015-03-24
-
+ 2015-04-28
+
- 1.6.6
- 1.6.6
+ 1.6.7
+ 1.6.7
stable
@@ -43,8 +43,14 @@
Apache License
** Bug
- * [PHP-1413] - Driver segfaults with SSL connection and no context options
- * [PHP-1414] - SSL peer verification should reference stream->context options
+ * [PHP-1425] - explain() does not raise appropriate exception for $err conditions
+ * [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands
+ * [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault
+
+** Improvement
+ * [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object
+ * [PHP-1433] - MongoCollection::distinct() should allow array or object for query
+ * [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields
@@ -214,6 +220,25 @@
+
+ 2015-03-24
+
+
+ 1.6.6
+ 1.6.6
+
+
+ stable
+ stable
+
+ Apache License
+
+** Bug
+ * [PHP-1413] - Driver segfaults with SSL connection and no context options
+ * [PHP-1414] - SSL peer verification should reference stream->context options
+
+
+
2015-03-13
diff --git a/php_mongo.h b/php_mongo.h
index 49ee06211..630965ed5 100644
--- a/php_mongo.h
+++ b/php_mongo.h
@@ -16,7 +16,7 @@
#ifndef PHP_MONGO_H
#define PHP_MONGO_H 1
-#define PHP_MONGO_VERSION "1.6.7-dev"
+#define PHP_MONGO_VERSION "1.6.7"
#define PHP_MONGO_EXTNAME "mongo"
#ifdef HAVE_CONFIG_H