diff --git a/README.md b/README.md
index 1322af676..c4a92213c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Add the Maven dependency:
org.springframework.data
spring-data-mongodb
- 1.3.3.RELEASE
+ 1.4.0.RELEASE
```
@@ -36,7 +36,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
org.springframework.data
spring-data-mongodb
- 1.4.0.BUILD-SNAPSHOT
+ 1.5.0.BUILD-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 73830c11e..dffa23971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
org.springframework.data.build
spring-data-parent
- 1.3.0.BUILD-SNAPSHOT
+ 1.3.0.RELEASE
../spring-data-build/parent/pom.xml
@@ -29,7 +29,7 @@
multi
spring-data-mongodb
- 1.7.0.BUILD-SNAPSHOT
+ 1.7.0.RELEASE
2.11.4
${mongo}
@@ -124,8 +124,8 @@
- spring-libs-snapshot
- http://repo.spring.io/libs-snapshot
+ spring-libs-release
+ http://repo.spring.io/libs-release/
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 2976b8fcd..d87e710d5 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -68,7 +68,7 @@
-
+
@@ -88,10 +88,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 96d85974e..106695460 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,49 @@
Spring Data MongoDB Changelog
=============================
+Changes in version 1.4.0.RELEASE (2014-02-24)
+---------------------------------------------
+
+** Fix
+ * [DATAMONGO-354] - MongoTemplate should support multiple $pushAll in one update.
+ * [DATAMONGO-404] - Removing a DBRef using pull does not work.
+ * [DATAMONGO-410] - Update with pushAll should recognize defined Converter.
+ * [DATAMONGO-812] - $pushAll is deprecated since mongodb 2.4 move to $push $each.
+ * [DATAMONGO-830] - Fix NPE during cache warmup in CustomConversions.
+ * [DATAMONGO-838] - Support for refering to expression based field in group operation.
+ * [DATAMONGO-840] - Support for nested MongoDB field references in SpEL expressions within Projections.
+ * [DATAMONGO-842] - Fix documentation error in GRIDFS section.
+ * [DATAMONGO-852] - Increase version for update should traverse DBObject correctly in order to find version property.
+
+** Improvement
+ * [DATAMONGO-468] - Simplification for updates of DBRef fields with mongoTemplate.
+ * [DATAMONGO-849] - Documentation on github should not reference invalid class.
+
+** Task
+ * [DATAMONGO-848] - Ensure compatibility with Mongo Java driver 2.12.
+ * [DATAMONGO-853] - Update no longer allows null keys.
+ * [DATAMONGO-856] - Update documentation.
+
+Changes in version 1.3.4.RELEASE (2014-02-17)
+---------------------------------------------
+** Bug
+ * [DATAMONGO-407] - Collection with generics losing element type after $set update
+ * [DATAMONGO-410] - Update with pushAll doesnt recognize defined Converter
+ * [DATAMONGO-686] - ClassCastException while reusing Query object
+ * [DATAMONGO-805] - Excluding DBRef field in a query causes a MappingException
+ * [DATAMONGO-807] - using findAndModify removes the _class field of encapsulated classes, causing MappingInstantiationException
+ * [DATAMONGO-808] - Spring data mongoDB not working with IPv6 address directly
+ * [DATAMONGO-811] - updateFirst methods do not increment @Version field
+ * [DATAMONGO-816] - Unable to execute query with DocumentCallbackHandler when query contains Criteria with enums.
+ * [DATAMONGO-828] - UpdateFirst throws OptimisticLockingFailureException when updating document that does not exist
+ * [DATAMONGO-830] - NPE during cache warmup in CustomConversions
+ * [DATAMONGO-842] - Documentation error in GRIDFS section
+** Improvement
+ * [DATAMONGO-813] - GridFsTemplate.getResource(location) throws NPE if don't find file
+** Task
+ * [DATAMONGO-824] - Add contribution guidelines
+ * [DATAMONGO-846] - Release 1.3.4
+
Changes in version 1.4.0.RC1 (2014-01-29)
---------------------------------------------
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 8c9d07ecd..f06eef3e6 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,5 +1,5 @@
-Spring Data MongoDB 1.4.0 RC1
-Copyright (c) [2010-2014] Pivotal Inc.
+Spring Data MongoDB 1.4.0.RELEASE
+Copyright (c) [2010-2014] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index 366931ac4..6a550e6dd 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,5 +1,5 @@
-SPRING DATA MongoDB 1.4.0.RC1
------------------------------
+SPRING DATA MongoDB 1.4.0.RELEASE
+---------------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).