changelog++

This commit is contained in:
Jeff Mitchell 2018-02-22 20:08:28 -05:00
parent 5389550cdc
commit 9f984333ec
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
## 0.9.5 (Unreleased)
IMPROVEMENTS:
* auth: Allow sending default_lease_ttl and max_lease_ttl values when enabling
auth methods. [GH-4019]
BUG FIXES:
* auth/aws: Switch libraries to fix regression verifying PKCS#7 identity
documents [GH-4014]
* auth: The default_lease_ttl and max_lease_ttl values were not being honored
when enabling auth methods. [GH-4019]
## 0.9.4 (February 20th, 2018)