Tested against Vault 0.6.2; changelog added to repo

This commit is contained in:
2016-10-06 20:15:43 +02:00
parent 40f60cee03
commit ca529027f7
3 changed files with 17 additions and 4 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
## 0.3.0 [2016-10-xx]
* [feature] Retrieval of JSON objects (#1)
* [test] Tested against Vault 0.6.2
## 0.2.0 [2016-09-01]
* Dependecies updated and CommonsIO removed
* [fix] Fixed auth backend detection for Vault 0.6.1
* [test] Tested against Vault 0.6.1
## 0.1.1 [2016-06-20]
* [fix] Check for "permission denied" without status code 400 instead of 403
* [test] Tested against Vault 0.6.0
## 0.1.0 [2016-03-29]
* First release