From 48dbc9d1b56d1cb62ab692f27f9de9fb12e9f40d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 18 Aug 2016 11:28:59 -0400 Subject: [PATCH] cl++ --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab40b0b0ce..ac5f38d3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,8 +78,10 @@ IMPROVEMENTS: * audit: Added a unique identifier to each request which will also be found in the request portion of the response. [GH-1650] - * auth/aws-ec2: Added a new constraint, 'bound_account_id' to the role + * auth/aws-ec2: Added a new constraint `bound_account_id` to the role [GH-1523] + * auth/aws-ec2: Added a new constraint `bound_iam_role_arn` to the role + [GH-1522] * auth/aws-ec2: Added `ttl` field for the role [GH-1703] * auth/ldap, secret/cassandra, physical/consul: Clients with `tls.Config` have the minimum TLS version set to 1.2 by default. This is configurable.