Skip to content

Commit

Permalink
3.100.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 14, 2019
1 parent 1178b64 commit 803f3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.100.4 - 2019-06-14

* `Aws\AppStream` - Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
* `Aws\CloudFront` - A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -367,7 +367,7 @@
*/
class Sdk
{
const VERSION = '3.100.3';
const VERSION = '3.100.4';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit 803f3cd

Please sign in to comment.