From f2f457db2702211874c9a9175cfec7314b347b60 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 14 Jun 2015 16:07:56 -0400 Subject: [PATCH] Updated changelog information. Change-Id: I0f97a8a3828f2c18e933f4ae1859d2b9b12ac58c --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cdfbad..6da65693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # maven-mongodb-plugin Changelog +## 2.0.6 + +* Added the ability to use the @Incidence annotation on add* methods. These work the same as with adjacency but return the edge rather than the node. +* Added additional metadata to the pom file. +* Added multi-threaded transaction support. +* Added support for tinkerpop style transaction handling. +* Added additional argument sanity checking for fail-fast exceptions. +* Implemented WrappedGraph interface for DelegatingFramedGraph. +* The pom site goal now executes successfully. +* Added badges to the readme to report project state. + ## 2.0.5 * The type resolution key can now be easily customized. -- GitLab