Skip to content

Commit

Permalink
Updates CHANGELOG to v2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek committed Oct 6, 2016
1 parent 785cdc7 commit d19c8da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .changes/2.6.7.json
Original file line number Diff line number Diff line change
@@ -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."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Route53-73170f05.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.6.6-->
<!--LATEST=2.6.7-->
<!--ENTRYINSERT-->

## 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.
Expand Down

0 comments on commit d19c8da

Please sign in to comment.