From eb311d089fcc9d04ac097177f615ae22aba8bdfa Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:59:36 +0100 Subject: [PATCH] Updated changelog. See #1642 --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7c7df2149..f42becc67 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.1.4 (2021-02-17) +------------------------------------- +* #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address. +* #1665 - ReactiveElasticsearchOperations indexName twice endcoding. +* #1662 - Documentation fix. +* #1659 - Fix source filter setup in multiget requests. +* #1655 - GeoJson types can be lowercase in Elasticsearch. + + Changes in version 4.0.7.RELEASE (2021-02-17) --------------------------------------------- * DATAES-996 - Update CI jobs with Docker Login. @@ -1481,5 +1490,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +