diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ec143964..4e94a1d1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.1.7.RELEASE (2021-02-17) +--------------------------------------------- +* #523 - Update copyright year to 2021. +* #519 - Returning interface implemented by domain type leads to NullPointerException. +* #518 - IgnoreCase works only if a String property can be resolved to a column. +* #515 - Fix typo in changelog. +* #514 - Reference Docs: typo on firstname. + + Changes in version 1.3.0-M2 (2021-01-13) ---------------------------------------- * #523 - Update copyright year to 2021. @@ -404,5 +413,6 @@ Changes in version 1.0.0.M1 (2018-12-12) +