diff --git a/gradle.properties b/gradle.properties
index 662d7c04..cdcbb76e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,4 +19,4 @@ springVersion=4.3.3.RELEASE
springDataBuildVersion=1.8.4.RELEASE
springDataCommonsVersion=1.12.4.RELEASE
springShellVersion=1.1.0.RELEASE
-version=1.0.0.APACHE-GEODE-INCUBATING-M3-SNAPSHOT
+version=1.0.0.APACHE-GEODE-INCUBATING-M3
diff --git a/pom.xml b/pom.xml
index fe8777e1..b747a98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.data
spring-data-geode
- 1.0.0.APACHE-GEODE-INCUBATING-M3-SNAPSHOT
+ 1.0.0.APACHE-GEODE-INCUBATING-M3
Spring Data Geode
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 057fa463..f7d6e380 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -26,6 +26,7 @@ Changes in version 1.0.0.APACHE-GEODE-INCUBATING-M2 (2016-10-05)
* SGF-512 - Configure GemFire System Properties with annotations.
* SGF-513 - Configure SSL with annotations.
* SGF-514 - Configure HttpService with annotations.
+* SGF-515 - Configure Geode Off-Heap Memory with annotations.
* SGF-517 - Configure Authentication/Authorization with annotations.
* SGF-518 - Configure Logging with annotations.
* SGF-519 - Configure Mcast with annotations.