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;