diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index cf67bc59d..671c53b9b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data JDBC Changelog ========================= +Changes in version 1.1.8.RELEASE (2020-06-10) +--------------------------------------------- +* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor. +* DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional. +* DATAJDBC-532 - Remove Travis CI. +* DATAJDBC-527 - Release 1.1.8 (Moore SR8). + + Changes in version 1.0.18.RELEASE (2020-06-10) ---------------------------------------------- * DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional. @@ -460,3 +468,4 @@ Changes in version 1.0.0.M1 (2018-02-06) +