diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fda3227e..aadd03c5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.1.4 (2021-02-17) +------------------------------------- +* DATACOUCH-675 - factor out interfaces for common methods to facilitate easier testing. +* DATACOUCH-653 - Docs still shows version 4.0.0.RELEASE. +* DATACOUCH-652 - CouchbaseTemplateSupport does not allow a TranslationService bean to be injected. +* DATACOUCH-645 - expiryExpression ignored, but expiry works. +* DATACOUCH-588 - ParameterOutOfBoundsException: Invalid parameter index. +* DATACOUCH-550 - AutoIndexing is not Working properly. +* DATACOUCH-526 - N1QL Join resolver doesn't resolver bucket name with special characters. + + Changes in version 4.0.7.RELEASE (2021-02-17) --------------------------------------------- * DATACOUCH-672 - reinstate "replace" expiry tests inadvertently removed in DATACOUCH-666. @@ -1318,5 +1329,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +