From 4c6fb7b19c360f92832aebec482b0e3247e2d510 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 22 May 2018 10:39:24 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf762bf70..99a9f8dd57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ FEATURES: * Cert auth CIDR restrictions: When using the `cert` auth method you can now limit authentication to specific CIDRs; these will also be encoded in resultant tokens to limit their use. + * Userpass auth CIDR restrictions: When using the `userpass` auth method you + can now limit authentication to specific CIDRs; these will also be encoded + in resultant tokens to limit their use. IMPROVEMENTS: