From 8894571024e4c75d20bbf8c6f1500c1e62c227e8 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 7 Aug 2019 18:11:35 +0000 Subject: [PATCH] 3.108.6 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fe352179..a45cedfc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.108.6 - 2019-08-07 * `Aws\ApplicationInsights` - CloudWatch Application Insights for .NET and SQL Server now provides integration with AWS Systems Manager OpsCenter. This integration allows you to view and resolve problems and operational issues detected for selected applications. diff --git a/src/Sdk.php b/src/Sdk.php index 6378dc434d..0d069e7f1f 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -375,7 +375,7 @@ */ class Sdk { - const VERSION = '3.108.5'; + const VERSION = '3.108.6'; /** @var array Arguments for creating clients */ private $args;