From 70a5e98a801dd8815aab17d5429d25d25c52696b Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Sat, 5 Jul 2014 00:49:40 +0100 Subject: [PATCH] Doc updates for 0.1.11 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e287d58..d59fa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # embedmongo-maven-plugin Changelog +## 0.1.11 + +* Update to [embedmongo.flapdoodle.de](https://github.com/flapdoodle-oss/embedmongo.flapdoodle.de) 1.46.0 for performance improvements and latest versions. + ## 0.1.10 * Update to [embedmongo.flapdoodle.de](https://github.com/flapdoodle-oss/embedmongo.flapdoodle.de) 1.40 (thanks @cortiz) diff --git a/README.md b/README.md index ce4e04a..8bf0b0e 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.10</version> + <version>0.1.11</version> <executions> <execution> <id>start</id> -- GitLab