From 2a575d8336a6005fcd7b8c3d54783ee5ddc3ceac Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 5 Jan 2021 19:12:58 +0000 Subject: [PATCH] 3.171.12 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b081f9115..db9f35ee2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.171.12 - 2021-01-05 * `Aws\ApplicationAutoScaling` - Documentation updates for Application Auto Scaling * `Aws\CostExplorer` - - ### Features - Add new GetCostcategories API - Support filter for GetDimensions, GetTags and GetCostcategories api - Support sortBy metrics for GetDimensions, GetTags and GetCostcategories api diff --git a/src/Sdk.php b/src/Sdk.php index d6c9d279b3..566ed3429e 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -517,7 +517,7 @@ */ class Sdk { - const VERSION = '3.171.11'; + const VERSION = '3.171.12'; /** @var array Arguments for creating clients */ private $args;