diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2a91e7840..da8c428ab 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,12 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.1.12.RELEASE (2019-11-04) +---------------------------------------------- +* DATAMONGO-2388 - IndexOperations.getIndexInfo() fails for index that has partialFilterExpression containing DBRef. +* DATAMONGO-2381 - Release 2.1.12 (Lovelace SR12). + + Changes in version 2.2.0.RELEASE (2019-09-30) --------------------------------------------- * DATAMONGO-2380 - Remove @ExperimentalCoroutinesApi annotations.