diff --git a/README.md b/README.md
index 2dc55ce6..17433065 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,8 @@ Add the Maven dependency:
org.springframework.data
spring-data-couchbase
- 1.0.0.RC1
+ 1.0.0.RELEASE
-
-
- spring-libs-milestone
- Spring Milestone Repository
- http://repo.springsource.org/libs-milestone
-
```
If you'd rather like the latest snapshots of the upcoming major version, use our Maven snapshot repository and declare
@@ -49,13 +43,13 @@ the appropriate dependency version.
org.springframework.data
spring-data-couchbase
- 1.0.0.BUILD-SNAPSHOT
+ 1.1.0.BUILD-SNAPSHOT
spring-libs-snapshot
Spring Snapshot Repository
- http://repo.springsource.org/libs-snapshot
+ http://repo.spring.io/libs-snapshot
```
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 5ff59b9f..0a5c5ed9 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,3 +1,23 @@
+Release Notes - Spring Data Couchbase - Version 1.0.0.RELEASE - 2014-03-13
+--------------------------------------------------------------------------
+** Bug
+ * [DATACOUCH-50] - findAll(Iterable ids) in CrudRepository throws java.util.concurrent.ExecutionException
+ * [DATACOUCH-61] - NPE when saving object containing Joda DateTime field
+ * [DATACOUCH-69] - Can't deserialize Date field
+ * [DATACOUCH-70] - Bundle could not be resolved in non J2SE-1.6 runtime environment
+
+** Improvement
+ * [DATACOUCH-55] - Allow support for custom object mapping (like Date objects)
+ * [DATACOUCH-72] - Update Couchbase SDK , Jackson and Spring-Data-Commons
+ * [DATACOUCH-75] - Trim off find on custom repository finder methods.
+
+** New Feature
+ * [DATACOUCH-71] - Support for JS303 Validation (& template events)
+
+** Task
+ * [DATACOUCH-73] - Release 1.0 GA
+ * [DATACOUCH-74] - Initial Documentation for 1.0 GA
+
Release Notes - Spring Data Couchbase - Version 1.0 RC1 - 2014-02-06
--------------------------------------------------------------------
** Bug
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index a070ce01..ab4b255a 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Couchbase 1.0 RC1
+Spring Data Couchbase 1.0.0.RELEASE
Copyright (c) [2013-2014] Couchbase / Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").