From 79827e7c65ebb44e01eb2c397dfc9dc60af9fb7a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 23 Jun 2017 11:22:24 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f748a03c..59d29a0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ BUG FIXES: * api/leases: Fix lease lookup returning lease properties at the top level * core: Relocated `sys/leases/renew` returns same payload as original `sys/leases` endpoint [GH-2891] + * secret/totp: Ensure codes can only be used once. This makes some automated + workflows harder but complies with the RFC. [GH-2908] ## 0.7.3 (June 7th, 2017)