diff --git a/CHANGELOG.md b/CHANGELOG.md
index bce1dab..0ff405e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.6.1 [2017-08-02]
+* [fix] `TokenModel.getPassword()` returned username instead of password
+* [fix] `TokenModel.getUsername()` and `getPassword()` could produce NPE in multithreaded environments
+* [fix] `TokenData.getCreatinTtl()` renamed to `getCreationTtl()` (typo fix)
+* [test] Tested against Vault 0.7.3
+
## 0.6.0 [2017-05-12]
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
* [feature] Automatic authentication with `buildAndAuth()`
@@ -39,4 +45,4 @@
* [test] Tested against Vault 0.6.0
## 0.1.0 [2016-03-29]
-* First release
\ No newline at end of file
+* First release
diff --git a/pom.xml b/pom.xml
index c18d2b1..09b6519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.stklcode.jvault
connector
- 0.6.1-SNAPSHOT
+ 0.6.1
jar