prepare release 0.9.0

This commit is contained in:
2020-04-29 15:24:16 +02:00
parent 1d5db0c365
commit 4fb63f0977
3 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,12 @@
## 0.9.0 (unreleased)
## 0.9.0 (2020-04-29)
### Fixes
* Correctly parse Map field for token metadata (#34)
* Correctly map token policies on lookup (#35)
* Correctly map token policies on token lookup (#35)
### Features
* Support for token types (#26)
* Support for token role handling (#27)
* Support for token role handling (#27) (#37)
### Improvements
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
@ -25,6 +25,9 @@
### Removals
* Deprecated methods `AppRole#getBoundCidrList()`, `#setBoundCidrList()` and `getBoundCidrListString()` have been removed.
### Test
* Tested against Vault 1.4.0
## 0.8.2 (2019-10-20)