diff --git a/dist/templates/github-release.md b/dist/templates/github-release.md
index c4b3a17152..6cc88bb362 100644
--- a/dist/templates/github-release.md
+++ b/dist/templates/github-release.md
@@ -1,8 +1,8 @@
## Getting started
-=> Please add what this release is about here
+3.7.0 release : clustered loader writer
-As usual, it contains numerous [bug fixes and enhancements](https://github.com/ehcache/ehcache3/milestone/%MILESTONE%?closed=1).
+As usual, it contains numerous [bug fixes and enhancements](https://github.com/ehcache/ehcache3/milestone/3.7.0?closed=1).
Ehcache ${version} has been released to maven central under the following coordinates:
@@ -12,7 +12,7 @@ Ehcache ${version} has been released to maven central under the following coordi
org.ehcache
ehcache
- %VERSION%
+ 3.7.0
```
@@ -22,7 +22,7 @@ Ehcache ${version} has been released to maven central under the following coordi
org.ehcache
ehcache-transactions
- %VERSION%
+ 3.7.0
```
@@ -32,7 +32,7 @@ Ehcache ${version} has been released to maven central under the following coordi
org.ehcache
ehcache-clustered
- %VERSION%
+ 3.7.0
```
@@ -45,4 +45,4 @@ Note that if you download Ehcache jar you will need one additional jar in your c
For clustering a kit is also provided that includes the Terracotta Server component. See below.
## Further reading
-- [Ehcache 3 documentation](http://www.ehcache.org/documentation/%MAJORVERSION%/)
+- [Ehcache 3 documentation](http://www.ehcache.org/documentation/3.7/)
diff --git a/gradle.properties b/gradle.properties
index 7f8b36cb45..3cee9f5e46 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
# Ehcache version
-ehcacheVersion = 3.7-SNAPSHOT
+ehcacheVersion = 3.7.0
# Terracotta third parties
offheapVersion = 2.4.0