Skip to content

Commit

Permalink
Updates SDK to v2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobody committed Oct 20, 2016
1 parent 5b4e194 commit 9611fef
Show file tree
Hide file tree
Showing 16 changed files with 2,449 additions and 101 deletions.
7 changes: 7 additions & 0 deletions .changes/2.6.11.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "Budgets",
"description": "Adds the AWS Budgets service API via AWS.Budgets."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.6.10-->
<!--LATEST=2.6.11-->
<!--ENTRYINSERT-->

## 2.6.11
* feature: Budgets: Adds the AWS Budgets service API via AWS.Budgets.

## 2.6.10
* feature: CloudFront: Ability to use Amazon CloudFront to deliver your content both via IPv6 and IPv4 using HTTP/HTTPS.
* feature: IoT: Updates IoT API to the latest available version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.10.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.11.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down

0 comments on commit 9611fef

Please sign in to comment.