diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c61efc0e40312d952e2677b8de8d922ac7f1d6f..e287d58aa3a14c5359ac9fca1ec39f2e19042981 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # embedmongo-maven-plugin Changelog
 
+## 0.1.10
+
+* Update to [embedmongo.flapdoodle.de](https://github.com/flapdoodle-oss/embedmongo.flapdoodle.de) 1.40 (thanks @cortiz)
+* Add support for MongoDB authorization (thanks @chapmbk)
+* Add `downloadPath` configuration option (thanks @dietrichatadobe)
+
 ## 0.1.8, 0.1.9
 
 * Add `randomPort` configuration option (thanks @jumarko)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9073fc17810d3703eac8cb3665b400dda5c39f03..2cd3aee00845df0e74d8fe6856b21338a129c090 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -7,3 +7,6 @@
 * rmarpozo <rmarpozo@gmail.com>
 * Matthew Adams <matthew@matthewadams.me>
 * Juraj Martinka <juraj.martinka@gooddata.com>
+* Alexander Dietrich <dietrich@adobe.com>
+* Brandon Chapman <bchapman@bridge2solutions.com>
+* Carlos Ortiz <carlos.ortiz@craftercms.org>
diff --git a/README.md b/README.md
index 4c1f719481e24f6b2f762b962ed174e840411a09..ce4e04add409b6996e2e883727dd29afa5200219 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Usage
 <plugin>
     <groupId>com.github.joelittlejohn.embedmongo</groupId>
     <artifactId>embedmongo-maven-plugin</artifactId>
-    <version>0.1.9</version>
+    <version>0.1.10</version>
     <executions>
         <execution>
             <id>start</id>
@@ -55,6 +55,9 @@ Usage
 
                 <bindIp>127.0.0.1</bindIp>
                 <!-- optional, default is to listen on all interfaces -->
+
+                <downloadPath>http://internal-mongo-repo/</downloadPath>
+                <!-- optional, default is http://fastdl.mongodb.org/ -->
             </configuration>
         </execution>
         <execution>
diff --git a/src/test/resources/pom.xml b/src/test/resources/pom.xml
index 7a654282e275f5d609d8e51400f1326007c64a66..c74c496f9a8d4ed4a5b21a96dd754ba4a0048dd4 100644
--- a/src/test/resources/pom.xml
+++ b/src/test/resources/pom.xml
@@ -23,7 +23,7 @@
                 <plugin>
                     <groupId>com.github.joelittlejohn.embedmongo</groupId>
                     <artifactId>embedmongo-maven-plugin</artifactId>
-                    <version>0.1.10-SNAPSHOT</version>
+                    <version>0.1.11-SNAPSHOT</version>
                 </plugin>
             </plugins>
         </pluginManagement>