From d19c8dae02d183656a3c7a28ace9cd6248a6f42d Mon Sep 17 00:00:00 2001 From: chrisradek Date: Thu, 6 Oct 2016 16:10:07 -0700 Subject: [PATCH] Updates CHANGELOG to v2.6.7 --- .changes/2.6.7.json | 12 ++++++++++++ .changes/next-release/feature-Route53-73170f05.json | 5 ----- CHANGELOG.md | 6 +++++- 3 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 .changes/2.6.7.json delete mode 100644 .changes/next-release/feature-Route53-73170f05.json diff --git a/.changes/2.6.7.json b/.changes/2.6.7.json new file mode 100644 index 0000000000..f7c928bbf1 --- /dev/null +++ b/.changes/2.6.7.json @@ -0,0 +1,12 @@ +[ + { + "type": "feature", + "category": "CognitoIdentityServiceProvider", + "description": "Added new operation \"AdminCreateUser\" that creates a new user in the specified user pool and sends a welcome message via email or phone (SMS)." + }, + { + "type": "feature", + "category": "Route53", + "description": "Retries PriorRequestNotComplete errors." + } +] \ No newline at end of file diff --git a/.changes/next-release/feature-Route53-73170f05.json b/.changes/next-release/feature-Route53-73170f05.json deleted file mode 100644 index 47160ce9d2..0000000000 --- a/.changes/next-release/feature-Route53-73170f05.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Route53", - "description": "Retries PriorRequestNotComplete errors." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9307835411..0cf8e48c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog for AWS SDK for JavaScript - + +## 2.6.7 +* feature: CognitoIdentityServiceProvider: Added new operation "AdminCreateUser" that creates a new user in the specified user pool and sends a welcome message via email or phone (SMS). +* feature: Route53: Retries PriorRequestNotComplete errors. + ## 2.6.6 * feature: EC2: Adding support for EC2 Convertible RIs and the EC2 RI regional benefit. * feature: S3: S3 API update with partNumber extension and a bug fix to address list-objects command failing when a bucket is marked with request-pays.