From 22c724fa8fcd8fd582b2050ed86c793611a4c29e Mon Sep 17 00:00:00 2001
From: Joe Littlejohn <joelittlejohn@gmail.com>
Date: Tue, 19 Nov 2013 23:46:00 +0000
Subject: [PATCH] Update CONTRIBUTORS.md, README.md, CHANGELOG.md for 0.1.10

---
 CHANGELOG.md               | 6 ++++++
 CONTRIBUTORS.md            | 3 +++
 README.md                  | 5 ++++-
 src/test/resources/pom.xml | 2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c61efc..e287d58 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 9073fc1..2cd3aee 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 4c1f719..ce4e04a 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 7a65428..c74c496 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>
-- 
GitLab