diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 65b68e756..901ab3977 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.2.3.RELEASE (2019-12-04) +--------------------------------------------- +* DATAMONGO-2430 - Upgrade to mongo-java-driver 3.11.2. +* DATAMONGO-2422 - Release 2.2.3 (Moore SR3). +* DATAMONGO-2418 - Application Context Doesn't start with @Query. +* DATAMONGO-2410 - Using BasicDBObject as an entity caused java.lang.ClassCastException in runtime. + + Changes in version 2.1.14.RELEASE (2019-12-04) ---------------------------------------------- * DATAMONGO-2421 - Release 2.1.14 (Lovelace SR14). @@ -2821,3 +2829,4 @@ Repository * Allow usage of pagination and sorting with repositories +