From 7a036842ea35e015cc6a4231ef2b543d16a84776 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 25 Feb 2016 10:59:57 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de99aa785..8b4dda0b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ DEPRECATIONS/BREAKING CHANGES: that would not be considered expired by a client being removed from the CRL. The new `pki/tidy` endpoint can be used to trigger expirations. [GH-1129] +FEATURES: + + * **Codebase Audit**: Vault's 0.5 codebase was audited by iSEC. (The terms of + the audit contract do not allow us to make the results public.) [GH-220] + IMPROVEMENTS: * api/health: Add the server's time in UTC to health responses [GH-1117]