diff --git a/pom.xml b/pom.xml
index c94b83fb9..915deb64e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.data
spring-data-cassandra-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.2.0.BUILD-SNAPSHOT
pom
Spring Data Cassandra
@@ -15,7 +15,7 @@
org.springframework.data.build
spring-data-parent
- 1.5.0.BUILD-SNAPSHOT
+ 1.6.0.BUILD-SNAPSHOT
../spring-data-build/parent/pom.xml
@@ -28,7 +28,7 @@
multi
spring-data-cassandra
- 1.9.0.BUILD-SNAPSHOT
+ 1.10.0.BUILD-SNAPSHOT
2.0.2.1
2.0.4
1.0
diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml
index 16bc6f3ad..5ec5495b0 100644
--- a/spring-cql/pom.xml
+++ b/spring-cql/pom.xml
@@ -11,7 +11,7 @@
org.springframework.data
spring-data-cassandra-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.2.0.BUILD-SNAPSHOT
../pom.xml
diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml
index f6f4fd5f5..bbdf4e679 100644
--- a/spring-data-cassandra-distribution/pom.xml
+++ b/spring-data-cassandra-distribution/pom.xml
@@ -13,7 +13,7 @@
org.springframework.data
spring-data-cassandra-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.2.0.BUILD-SNAPSHOT
../pom.xml
diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml
index 70a175bff..649b32823 100644
--- a/spring-data-cassandra/pom.xml
+++ b/spring-data-cassandra/pom.xml
@@ -11,7 +11,7 @@
org.springframework.data
spring-data-cassandra-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.2.0.BUILD-SNAPSHOT
../pom.xml
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index e9c41d49b..e3387c4cb 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,23 @@
Spring Data Cassandra Changelog
===============================
+Changes in version 1.1.0.RELEASE (2014-09-05)
+---------------------------------------------
+* DATACASS-165 - Release 1.1 GA.
+* DATACASS-163 - SDC*-provided repository interfaces are missing @NoRepositoryBean annotation.
+* DATACASS-162 - XML attribute "entity-base-packages" is ignored.
+* DATACASS-159 - NPE in CqlTemplate due to uninitialized exception translator.
+* DATACASS-158 - Clarify javadoc for CqlOperations methods involving PreparedStatements.
+* DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception.
+
+
+Changes in version 1.0.4.RELEASE (2014-08-27)
+---------------------------------------------
+* DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception.
+* DATACASS-154 - Release 1.0.4.
+* DATACASS-139 - ingest() methods do not cache PreparedStatements causing performance bottleneck.
+
+
Changes in version 1.1.0.RC1 (2014-08-13)
-----------------------------------------
* DATACASS-151 - Release 1.1 RC1.
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index a7ade0384..bdd85bf3d 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Cassandra 1.1 RC1
+Spring Data Cassandra 1.1 GA
Copyright (c) [2010-2014] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").