diff --git a/CHANGELOG.md b/CHANGELOG.md
index 320897c..54d2526 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
-## 0.6.2 [work in progress]
+## 0.6.2 [2017-08-19]
* [fix] Prevent potential NPE on SecretResponse getter
-* [fix] Fields of InvalidResposneException made final
-* [fix] Fix typo in method name `listAppRoleSecrets()` (#14)
* [fix] Removed stack traces on PUT request and response deserialization (#13)
-* [text] Tested against Vault 0.8.1, increased coverage
+* [improvement] Fields of InvalidResposneException made final
+* [deprecation] `listAppRoleSecretss()` in favor of `listAppRoleSecrets()` (#14)
+* [test] Tested against Vault 0.8.1, increased coverage
## 0.6.1 [2017-08-02]
* [fix] `TokenModel.getPassword()` returned username instead of password
diff --git a/README.md b/README.md
index 19c3cfc..6902b3f 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
de.stklcode.jvault
connector
- 0.6.1
+ 0.6.2
```
diff --git a/pom.xml b/pom.xml
index 8847a6e..9984ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.stklcode.jvault
connector
- 0.6.2-SNAPSHOT
+ 0.6.2
jar