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: