diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt
index 4bb943ca..2e097d15 100644
--- a/docs/src/info/changelog.txt
+++ b/docs/src/info/changelog.txt
@@ -2,6 +2,21 @@ SPRING DATA GEMFIRE CHANGELOG
=============================
http://www.springsource.org/spring-gemfire
+Changes in Version 1.3.4 (2014-04-04)
+-------------------------------------
+General
+ * This is a maintenance/patch release to address bugs and other minor improvements.
+Bugs
+ * [SGF-235] - NPE in DefaultFunctionArgumentResolver.resolveFunctionArguments(30) when a Function has no arguments and none are provided.
+ * [SGF-238] - "jndi-prop" is not parced correctly.
+ * [SGF-239] - The value "XaPooledDataSource" of jndi-binding "type" attribute should be changed to "XAPooledDataSource".
+ * [SGF-240] - XML schema type restrictions should be avoided in order to support placeholders (al types should be xs:string).
+ * [SGF-246] - execute function always assumes arguments are passed.
+ * [SGF-249] - The SDG XSD is restricting the use of property placeholder values on , compaction-threshold attributes given the attribute type is a short and not string.
+ * [SGF-255] - The element's 'threshold' attribute is required even when the Eviction type is 'HEAP_PERCENTAGE'.
+Improvements
+ * Upgrades SDG to Spring Framework 3.2.8 and Spring Data Commons 1.7.1.
+
Changes in Version 1.3.3 (2013-11-13)
-------------------------------------
General
diff --git a/gradle.properties b/gradle.properties
index 7e039dbe..3c935585 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,7 +6,7 @@ springVersion=3.2.8.RELEASE
springDataCommonsVersion=1.7.1.RELEASE
log4jVersion=1.2.16
hamcrestVersion=1.2.1
-version=1.3.4.RELEASE
+version=1.3.4.BUILD-SNAPSHOT
gemfire.range="[6.5, 8.0)"
cglibVersion=2.2
mockitoVersion=1.9.0