diff --git a/pom.xml b/pom.xml
index aa5514471..8f9a0db14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,14 +12,14 @@
org.springframework.data.build
spring-data-parent
- 1.2.0.BUILD-SNAPSHOT
+ 1.2.0.RELEASE
../spring-data-build/parent/pom.xml
1.9.7
2.2.2
- 0.8.0.BUILD-SNAPSHOT
+ 0.8.0.RELEASE
DATACMNS
@@ -217,8 +217,8 @@
- spring-libs-snapshot
- http://repo.springsource.org/libs-snapshot-local
+ spring-libs-release
+ http://repo.springsource.org/libs-release-local
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 83748556a..54dbe2ebf 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,8 +1,32 @@
Spring Data Commons Changelog
=============================
+Changes in version 1.6.0.RELEASE (2013-09-09)
+---------------------------------------------
+** Bug
+ * [DATACMNS-181] - page.page=3&page.size=30 and @PageableDefaults(pageNumber = 3, value = 30) don't return the same page.
+ * [DATACMNS-304] - Misleading documentation of page parameter resolved by PageableArgumentResolver
+ * [DATACMNS-341] - RepositoryFactorySupport proxy classloader
+ * [DATACMNS-352] - SortHandlerMethodArgumentResolver and PageableHandlerMethodArgumentResolver have inconsistent property names
+ * [DATACMNS-353] - Mandatory transitive dependency to Spring HATEOS errantly added in 1.6.RC1
+ * [DATACMNS-358] - The current page number cannot be greater or equal to the total number of pages
+ * [DATACMNS-359] - Incorrect deprecation message in PageableArgumentResolver
+ * [DATACMNS-360] - Unable to use @Profile annotation on scanned repository interfaces
+ * [DATACMNS-362] - Potential concurrency issues in Repositories
+ * [DATACMNS-363] - Unicode characters not supported in property reference expressions
+
+** Improvement
+ * [DATACMNS-351] - Add setFallbackSort to SortHandlerMethodArgumentResolver
+ * [DATACMNS-355] - ReflectionAuditingBeanWrapper should use ConversionService to convert DateTime into target type
+ * [DATACMNS-356] - Let Parameters work with Spring 4's DefaultParameterNameDiscoverer if available
+ * [DATACMNS-357] - Add support to detect persistent state for primitive ids out of the box
+ * [DATACMNS-361] - Add a README.md file with project description
+
+** Task
+ * [DATACMNS-315] - Release 1.6 Final
+
Changes in version 1.6.0.RC1 (2013-08-01)
-----------------------------------------
+-----------------------------------------
** Bug
* [DATACMNS-343] - PageableHandlerMethodArgumentResolver should replace pagination parameters not add them
* [DATACMNS-345] - AbstractMappingContext doesn't consider the actual type of property of a generic collection type.