diff --git a/CHANGELOG.md b/CHANGELOG.md index aa45992597..a27a55a326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,8 @@ -## 0.9.2 (UNRELEASED) - -FEATURES: - -IMPROVEMENTS: +## 0.9.2 (August 9, 2017) BUG FIXES: +* server: Reverted the change that made unauthorized KV queries return 403 instead of 404 because it had a minor bug that affected the operation of Vault, and in addition to fixing the bug, we identified an additional case that needed to be covered. This restores the <= 0.9.0 behavior until we can get a complete fix. [GH-2637] ## 0.9.1 (August 9, 2017)