diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 8c0fa9bf9..817fdf93d 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 ebb2fe2c3..5fcaa20a5 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,31 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.2.2.GA (2013-07-19)
+----------------------------------------
+** Bug
+ * [DATAMONGO-663] - org.springframework.data.mongodb.core.query.Field needs an equals method
+ * [DATAMONGO-677] - QueryMapper does not handled correctly Map with DBRef value
+ * [DATAMONGO-679] - MongoTemplate.doSave(…) passed a JSON String doesn't save it.
+ * [DATAMONGO-683] - QueryMapper does not handle default _id when no MappingMetadata is present
+ * [DATAMONGO-685] - JMX ServerInfo bean may return wrong info
+ * [DATAMONGO-693] - MongoFactoryBean should create a mongo instance with host/port if replicaset is null or empty
+ * [DATAMONGO-704] - Remove references to SimpleMongoConverter from JavaDoc.
+ * [DATAMONGO-705] - QueryMapper doesn't handles exists query with DBRef field
+ * [DATAMONGO-706] - QueryMapper does not transform DBRefs in nested keywords correctly
+ * [DATAMONGO-717] - Application context is not properly distributed to persistent entities
+
+** Improvement
+ * [DATAMONGO-682] - Remove performance hotspots
+ * [DATAMONGO-701] - Improve performance of indexed starts-with queries
+
+** Task
+ * [DATAMONGO-658] - Minor formatting changes to README.md
+ * [DATAMONGO-678] - Performance improvements in CustomConversions
+ * [DATAMONGO-714] - Add latest formatter to project sources
+ * [DATAMONGO-723] - Clean up test cases
+ * [DATAMONGO-727] - Release 1.2.2
+
Changes in version 1.2.1.GA (2013-04-17)
----------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index d5149285e..1d7f20ca5 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Document 1.2.1
+Spring Data Document 1.2.2
Copyright (c) [2010-2013] SpringSource, a division of VMware, 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 343664017..06d08c46e 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING DATA MongoDB 1.2.1.GA
+SPRING DATA MongoDB 1.2.2.GA
----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).