From 803f3cdc37f42112c4df1af0a77e25130b9448d3 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 14 Jun 2019 18:12:13 +0000 Subject: [PATCH] 3.100.4 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051a444f49..b767d6504d 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/src/Sdk.php b/src/Sdk.php index a7313f0642..5330b8c53e 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -367,7 +367,7 @@ */ class Sdk { - const VERSION = '3.100.3'; + const VERSION = '3.100.4'; /** @var array Arguments for creating clients */ private $args;