diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 776d2314a..08d932d65 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 1.1.0.RC1 (2014-08-13) +----------------------------------------- +* DATAES-119 - Release 1.1 RC1. +* DATAES-117 - Displaying proper error message for entities that don't have an Id. +* DATAES-116 - Fix url typo in readme.md. +* DATAES-114 - Move to Asciidoctor for reference documentation. +* DATAES-113 - Add support for custom implementations in CDI repositories. +* DATAES-97 - UpdateQuery and UpdateBuilder should use UpdateRequest instead of the IndexRequest. +* DATAES-93 - Allow Spring EL usage in index name attribute of @Document. +* DATAES-89 - Support geolocation queries. + + Changes in version 1.0.2.RELEASE (2014-07-28) --------------------------------------------- * DATAES-107 - Release 1.0.2.