diff --git a/pom.xml b/pom.xml
index 754fdaaa6..b78c6edef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
org.springframework.data.build
spring-data-parent
- 1.1.1.RELEASE
+ 1.2.0.RELEASE
../spring-data-build/parent/pom.xml
@@ -29,7 +29,7 @@
multi
spring-data-mongodb
- 1.6.0.RC1
+ 1.6.0.RELEASE
2.10.1
@@ -91,8 +91,8 @@
- spring-lib-milestone
- http://repo.springsource.org/libs-milestone-local
+ spring-lib-release
+ http://repo.springsource.org/libs-release-local
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 8f248b99b..71ffaf618 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -56,7 +56,7 @@
-
+
@@ -76,10 +76,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 64156c1cb..59aa5b582 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,23 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.3.0.RELEASE (2013-09-09)
+---------------------------------------------
+** Bug
+ * [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
+ * [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
+ * [DATAMONGO-507] Criteria not() is not working.
+ * [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
+
+** Improvement
+ * [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
+ * [DATAMONGO-738] Add methods to MongoTemplate and MongoOperations to allow calling class to pass both the entityClass and the collectionName for the update and upsert methods.
+ * [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
+ * [DATAMONGO-743] Support returning raw json from a query.
+
+** Task
+ * [DATAMONGO-742] Document CDI integration in reference documentation.
+
Changes in version 1.3.0.RC1 (2013-08-05)
-----------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 1e6711e65..0b7b8ff62 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Document 1.3 RC1
+Spring Data Document 1.3.0 RELEASE
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 53a9c7ce1..65499873a 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA MongoDB 1.3.0.RC1
+SPRING DATA MongoDB 1.3.0.RELEASE
-----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).