diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6ab36958f..5fa04e548 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -2,6 +2,18 @@ Spring Data Neo4j Changelog =========================== +Changes in version 3.3.1.RELEASE (2015-06-30) +--------------------------------------------- +* DATAGRAPH-688 - Release 3.3.1 (Fowler). +* DATAGRAPH-670 - Refactoring of README. +* DATAGRAPH-669 - Documentation Updates. +* DATAGRAPH-668 - Map inherited projection POJO fields for @QueryResult. +* DATAGRAPH-643 - Support to Neo4j 2.2. +* DATAGRAPH-593 - Support Neo4j 2.2. +* DATAGRAPH-580 - Tests fail against Spring Framework 4.1.6. +* DATAGRAPH-574 - Defer manual Index Addition to just after the transaction succeeded in REST mode. + + Changes in version 3.4.0.M1 (2015-06-02) ---------------------------------------- * DATAGRAPH-648 - Use property for Commons IO version from Spring Data build parent.