diff --git a/README.md b/README.md
index 692109b38..1d7d9bafe 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Add the Maven dependency:
org.springframework.data
spring-data-mongodb
- 1.3.1.RELEASE
+ 1.3.2.RELEASE
```
diff --git a/pom.xml b/pom.xml
index 56485fe35..3a8063ed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
multi
spring-data-mongodb
- 1.6.1.RELEASE
+ 1.6.2.RELEASE
2.10.1
@@ -37,9 +37,9 @@
ogierke
Oliver Gierke
- ogierke at vmware.com
- SpringSource
- http://www.springsource.com
+ ogierke at gopivotal.com
+ Pivotal Inc.
+ http://www.gopivotal.com
Project Lean
@@ -48,9 +48,9 @@
trisberg
Thomas Risberg
- trisberg at vmware.com
- SpringSource
- http://www.springsource.com
+ trisberg at gopivotal.com
+ Pivotal Inc.
+ http://www.gopivotal.com
Developer
@@ -59,9 +59,9 @@
mpollack
Mark Pollack
- mpollack at vmware.com
- SpringSource
- http://www.springsource.com
+ mpollack at gopivotal.com
+ Pivotal Inc.
+ http://www.gopivotal.com
Developer
@@ -70,14 +70,25 @@
jbrisbin
Jon Brisbin
- jbrisbin at vmware.com
- SpringSource
- http://www.springsource.com
+ jbrisbin at gopivotal.com
+ Pivotal Inc.
+ http://www.gopivotal.com
Developer
-6
+
+ tdarimont
+ Thomas Darimont
+ tdarimont at gopivotal.com
+ Pivotal Inc.
+ http://www.gopivotal.com
+
+ Developer
+
+ +1
+
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 4d61c8c0c..8da399cf1 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 5e30155c4..b5f9f077e 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,24 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.3.2.RELEASE (2013-10-25)
+---------------------------------------------
+** Bug
+ * [DATAMONGO-746] IndexInfo cannot be read for indices created via mongo shell
+ * [DATAMONGO-752] QueryMapper prevents searching for values that start with a $ [dollarsign]
+ * [DATAMONGO-753] Add support for nested field references in group operations
+ * [DATAMONGO-758] Reject excludes other than _id in projection operations
+ * [DATAMONGO-759] Render group operation without non synthetic fields correctly.
+ * [DATAMONGO-761] ClassCastException in SpringDataMongodbSerializer.getKeyForPath
+ * [DATAMONGO-768] Improve documentation of how to use @PersistenceConstructor
+
+** Improvement
+ * [DATAMONGO-757] - Projections should follow mongodb conventions more precisely.
+ * [DATAMONGO-769] - Support arithmetic operators for properties
+ * [DATAMONGO-771] - Saving raw JSON through MongoTemplate.insert(…) fails
+** Task
+ * [DATAMONGO-772] - Release 1.3.2
+
Changes in version 1.3.1.RELEASE (2013-09-09)
---------------------------------------------
** Task
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 6ee5b1efc..b7051477d 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Document 1.3.1 RELEASE
+Spring Data Document 1.3.2.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 65499873a..b2e1b78b2 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA MongoDB 1.3.0.RELEASE
+SPRING DATA MongoDB 1.3.2.RELEASE
-----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).