diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1f78f2..32943fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.7.0 [work in progress]
+## 0.7.0 [2017-10-03]
* [feature] Retrieval of health status via `getHealth()` (#15)
* [improvement] `seal()`, `unseal()` are now `void` and throw Exception on error (#12)
* [compatibility] Adaptation to Vault 0.8 endpoints for `renew` and `revoke`, **breaking** 0.7 compatibility (#11)
diff --git a/README.md b/README.md
index a35c391..9d25b9a 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
## Maven Artifact
-```
+```xml
de.stklcode.jvault
connector
- 0.6.2
+ 0.7.0
```
diff --git a/pom.xml b/pom.xml
index 9f6a370..c63fdcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.stklcode.jvault
connector
- 0.7.0-SNAPSHOT
+ 0.7.0
jar