diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1467a5dd9..6a2c5870f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Commons Changelog ============================= +Changes in version 1.6.2.RELEASE (2013-10-25) +--------------------------------------------- +** Bug + * [DATACMNS-374] - NPE is thrown when populating the repository + * [DATACMNS-376] - Repositories cannot deal with CGLib proxied classes + * [DATACMNS-385] - DefaultRepositoryInformation#getTargetClassMethod matches wrong save-Method if Entity implements Iterable + +** Improvement + * [DATACMNS-368] - Add test to PartTree for property that contain keyword sequences. + * [DATACMNS-382] - Remove copy of AnnotationTypeFilter in RepositoryComponentProvider and reuse version from Spring Core. + +** Task + * [DATACMNS-378] - Release 1.6.2 + Changes in version 1.6.1.RELEASE (2013-09-09) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index c11dfa2ff..4c7cbf518 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.6.1 +Spring Data Commons 1.6.2 Copyright (c) [2010-2013] Pivotal, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 5723496fc..27249bb2c 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING DATA Commons 1.6.1 (Sep 9th 2013) -------------------------------------------------- +SPRING DATA Commons 1.6.2 (Oct 25th 2013) +----------------------------------------- Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).