changelog++

This commit is contained in:
Jeff Mitchell 2018-06-12 12:25:24 -04:00
parent 76b0d11793
commit 28761f5828
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
BUG FIXES:
* auth/approle: Fix panic due to metadata being nil [GH-4719]
* secrets/database: Fix default MySQL root rotation statement [GH-4748]
* secrets/kv: Fix writing to the root of a KVv2 mount from `vault kv` commands
incorrectly operating on a root+mount path instead of being an error
[GH-4726]