diff --git a/pom.xml b/pom.xml
index 72b9527fe..a981e82a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.6.0.BUILD-SNAPSHOT
+ 1.6.0.RELEASE
diff --git a/readme.md b/readme.md
index 626b231f8..c7e6d0561 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.3.4.RELEASE
+ 1.4.0.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 56cfc1ff1..1a82901f2 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -61,7 +61,7 @@
Reference Documentation
-
+
@@ -71,10 +71,10 @@
Appendix
-
+
-
+
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index d9de1b34e..1d8b20741 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,16 @@
Spring Data JPA Changelog
=========================
+Changes in version 1.4.0.RELEASE (2013-09-09)
+---------------------------------------------
+* The H2 database needs a quoted name parameter in a @Query annotation (DATAJPA-354)
+* Not specifying the ASC clause results in a double ORDER BY clause (DATAJPA-375)
+* Undeclared dependency on spring aspectj (DATAJPA-367)
+* @Transactional (AspectJ) and @Configurable not weaved for @Entity if this @Entity is managed by a JpaRepository (DATAJPA-298)
+* Spring Data ignores alternative EntityManager Producer in CDI environment (DATAJPA-388)
+* Typo in package-info.java of utility package (DATAJPA-392)
+* Remove Hibernate specific test for DATAJPA-107 in PartTreeJpaQueryIntegrationTests (DATAJPA-381)
+
Changes in version 1.4.0.RC1 (2012-08-01)
-----------------------------------------
* Sort with aggregate properties results in an invalid alias being generated and added to the query (DATAJPA-148)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 4cf77604f..d7ca28a7f 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.4 RC1
+Spring Data JPA 1.4.0 RELEASE
Copyright (c) [2011-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").