diff --git a/changelog.txt b/changelog.txt
index 9f021344b..ad53cdf21 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,19 @@
Spring Data Graph Changelog
===========================
+Changes in version 1.1.0.M2 (2011-07-20)
+-----------------------------------------
+* updated dependency to Neo4j 1.4
+* API updates to Neo4j 1.4 changes
+* repackaging to org.springframework.data.neo4j.*
+* added cypher queries to Neo4j-Template
+* Neo4j-Template API overhaul
+* fluent query, traversal, lookup methods in the Neo4j-Template
+* Integrated remote REST-Cypher Plugin
+* fixed lingering client connections for the REST module (ClientResponse.close())
+* fixed NotFoundException with GraphRepository.exists()
+
+
Changes in version 1.1.0.M1 (2011-06-13)
-----------------------------------------
* updated dependency to Neo4j 1.4.M04
diff --git a/src/docbkx/reference/neo4j-server.xml b/src/docbkx/reference/neo4j-server.xml
index 60a58ae0d..6c23db072 100644
--- a/src/docbkx/reference/neo4j-server.xml
+++ b/src/docbkx/reference/neo4j-server.xml
@@ -100,7 +100,7 @@ public void foo( @Context WorldRepository repo ) {
org.springframework.data
spring-data-neo4j-rest
- 1.1.0.M1
+ 1.1.0.M2
]]>
diff --git a/src/docbkx/reference/setup.xml b/src/docbkx/reference/setup.xml
index 028cbe0b9..fbcbfc005 100644
--- a/src/docbkx/reference/setup.xml
+++ b/src/docbkx/reference/setup.xml
@@ -25,7 +25,7 @@
targetCompatibility = 1.6
springVersion = "3.0.5.RELEASE"
-springDataGraphVersion = "1.1.0.M1"
+springDataGraphVersion = "1.1.0.M2"
aspectjVersion = "1.6.12.M1
apply from:'https://github.com/SpringSource/spring-data-graph/raw/master/build/gradle/springdatagraph.gradle'
@@ -106,7 +106,7 @@ repositories {
org.springframework.data
spring-data-neo4j
- 1.1.0.M1
+ 1.1.0.M2
diff --git a/src/docbkx/tutorial/spring-data-graph.xml b/src/docbkx/tutorial/spring-data-graph.xml
index 34c8d450c..c8b7384f0 100644
--- a/src/docbkx/tutorial/spring-data-graph.xml
+++ b/src/docbkx/tutorial/spring-data-graph.xml
@@ -25,7 +25,7 @@
org.springframework.data
spring-data-neo4j
- 1.1.0.M1
+ 1.1.0.M2