diff --git a/pom.xml b/pom.xml
index 3d1cd2480..f79594b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
multi
spring-data-mongodb
- 1.6.2.RELEASE
+ 1.6.3.RELEASE
2.10.1
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 8da399cf1..0f022bd3a 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 b5f9f077e..3e893d923 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,62 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.3.3.RELEASE (2013-12-11)
+---------------------------------------------
+** Bug
+ * [DATAMONGO-726] - Fixed classname references in namespace XSDs.
+ * [DATAMONGO-788] - Projection operations do not render synthetic fields properly.
+ * [DATAMONGO-795] - When adding custom converters to the mongo template it is possible to get unpredictable behaviour
+ * [DATAMONGO-804] - Fix default annotation attribute value for repositoryImplementationPostfix().
+ * [DATAMONGO-806] - Fixed invalid rendering of id field references.
+ * [DATAMONGO-768] - Improve documentation of how to use @PersistenceConstructor
+
+** Improvement
+ * [DATAMONGO-791] - Added newAggregation(…) overloads to accept a List.
+ * [DATAMONGO-799] - Fix failing test in MongoTemplateTests on Mongo 2.5.x
+ * [DATAMONGO-800] - Improved AuditingIntegrationTests.
+** Task
+ * [DATAMONGO-810] - Release 1.3.3
+
+Changes in version 1.4.0.M1 (2013-11-19)
+---------------------------------------------
+** Bug
+ * [DATAMONGO-534] - The GridFs query execution does not return sorted resources, when the sorting fields are defined in the query definition
+ * [DATAMONGO-630] - Add support of $setOnInsert modifier for upsert
+ * [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
+ * [DATAMONGO-788] - Projection operations do not render synthetic fields properly.
+ * [DATAMONGO-789] - Support login via different (e.g. admin) authentication database
+ * [DATAMONGO-795] - When adding custom converters to the mongo template it is possible to get unpredictable behaviour
+** Improvement
+ * [DATAMONGO-757] - Projections should follow mongodb conventions more precisely.
+ * [DATAMONGO-764] - Add support for SSL connections to Mongo
+ * [DATAMONGO-766] - Allow nested field references on properties through e.g. @Field("a.b")
+ * [DATAMONGO-769] - Support arithmetic operators for properties
+ * [DATAMONGO-770] - Repository - findByIgnoreCase doesnt work
+ * [DATAMONGO-771] - Saving raw JSON through MongoTemplate.insert(…) fails
+ * [DATAMONGO-774] - Support SpEL expressions to define arithmetical projection operations in the aggregation framework
+ * [DATAMONGO-776] - TypeBasedAggregationOperationContext should use MappingContext.getPersistentPropertyPath(String, Class>)
+ * [DATAMONGO-780] - Add support for nested repositories
+ * [DATAMONGO-782] - Typo in reference documentation
+ * [DATAMONGO-785] - Add support for geospatial 2Dsphere and geohaystack index types
+ * [DATAMONGO-787] - Upgrade to Spring 3.2.4
+ * [DATAMONGO-791] - make newAggregation() method to accept list
+ * [DATAMONGO-793] - Adapt to changes in Spring Data Commons triggered by repository initialization changes
+ * [DATAMONGO-800] - AuditingIntegrationTests fail on fast machines
+** New Feature
+ * [DATAMONGO-348] - Lazy Load for DbRef
+ * [DATAMONGO-653] - Support for index operations in GridFsOperations
+ * [DATAMONGO-760] - Add support for custom findAll Queries
+ * [DATAMONGO-792] - Add support to configure Auditing via JavaConfig.
+** Task
+ * [DATAMONGO-777] - Upgrade to Mongo Java Driver in 2.11
+
Changes in version 1.3.2.RELEASE (2013-10-25)
---------------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index b7051477d..36c72565c 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Document 1.3.2.RELEASE
+Spring Data Document 1.3.3.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 b2e1b78b2..924c53de7 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA MongoDB 1.3.2.RELEASE
+SPRING DATA MongoDB 1.3.3.RELEASE
-----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).