diff --git a/CHANGELOG.md b/CHANGELOG.md index e287d58aa3a14c5359ac9fca1ec39f2e19042981..d59fa0c22e2f5f7af42ed79ca1a224e94672ba0f 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 ce4e04add409b6996e2e883727dd29afa5200219..8bf0b0efe3e80f826bf7ea5a4d6d3f1c445e4da2 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>