changelog++

This commit is contained in:
Jeff Mitchell 2018-05-22 10:39:24 -04:00
parent 25df1c28e4
commit 4c6fb7b19c

View file

@ -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: