diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 46fa8a2df..f3f42f65a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 2.1.4.RELEASE (2019-01-10) +--------------------------------------------- +* DATAJPA-1490 - Update copyright years to 2019. +* DATAJPA-1487 - JpaMetamodelCacheCleanup must not be defined as lazy bean. +* DATAJPA-1485 - Ambiguity around @Modifying within documentation. +* DATAJPA-1484 - Add build profile for Hibernate 6 snapshots. +* DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release. +* DATAJPA-1473 - Add build profile for released Hibernate 5.4. +* DATAJPA-1472 - Fix Travis build failing due to moved JDK8. +* DATAJPA-1468 - Release 2.1.4 (Lovelace SR4). + + Changes in version 2.0.13.RELEASE (2019-01-10) ---------------------------------------------- * DATAJPA-1490 - Update copyright years to 2019.