diff --git a/pom.xml b/pom.xml index c6b795375..d6cd790d0 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.0.4.RELEASE + 1.0.5.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.5.2.RELEASE + 1.5.3.RELEASE 2.10.1 diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 817fdf93d..a1545a599 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -52,7 +52,7 @@ - + @@ -72,10 +72,10 @@ Appendix - + - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 694fc5d3d..35af77d6e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.2.4.GA (2013-09-30) +---------------------------------------- +** Bug + * [DATAMONGO-445] - GeoNear Query Doesn't Work with Pageable + * [DATAMONGO-602] - Querying with $in operator on the id field of type BigInteger returns zero results + * [DATAMONGO-737] - Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete +** Task + * [DATAMONGO-742] - Document CDI integration in reference documentation + * [DATAMONGO-755] - Release 1.2.4 + Changes in version 1.2.3.GA (2013-07-24) ---------------------------------------- ** Task diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index b2a5716ee..f93969073 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,5 +1,5 @@ -Spring Data Document 1.2.3 -Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc. +Spring Data Document 1.2.4 +Copyright (c) [2010-2013] Pivotal, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License.