diff --git a/pom.xml b/pom.xml
index b253b4a92..343e8d93a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.6.1.RELEASE
+ 1.6.2.RELEASE
diff --git a/readme.md b/readme.md
index dfa8f81c7..8eed0c0ac 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.4.1.RELEASE
+ 1.4.2.RELEASE
```
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index 49256bf75..707b12b2d 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 faca58b5d..01f1cbeb6 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.2.RELEASE (2013-10-25)
+---------------------------------------------
+* CriteriaQuery caching causes problems with Hibernate's alias name generation in multithreaded environments (DATAJPA-396)
+* Unnecessary OUTER JOIN are generated for querying one single table (DATAJPA-401)
+* Unnecessary OUTER JOIN are generated when sorting on ElementCollection (DATAJPA-403)
+* Reference and Javadoc inconsistence - @Modifying.clearAutomatically default value (DATAJPA-406)
+* ClasspathScanningPersistenceUnitPostProcessor throws IndexOutOfBoundsException on Windows (DATAJPA-407)
+* Add Java Config example to readme.md (DATAJPA-399)
+* Release 1.4.2 (DATAJPA-411)
+
Changes in version 1.4.1.RELEASE (2013-09-09)
---------------------------------------------
* Update to Spring Data Commons 1.6.1 (DATAJPA-400)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 9094b3c15..2b304937b 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data JPA 1.4.1 RELEASE
+Spring Data JPA 1.4.2 RELEASE
Copyright (c) [2011-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index 85e52bdc1..0161e40e3 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,7 +1,7 @@
-SPRING DATA JPA 1.4.0 RC1 (Aug 01, 2013)
----------------------------------------
+SPRING DATA JPA 1.4.2 RELEASE (Oct 25, 2013)
+--------------------------------------------
-Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).
+Spring Data JPA is released under the terms of the Apache Software License Version 2.0 (see license.txt).
DISTRIBUTION CONTENTS: