From 56caf889ddc8dcc5b6999c234998f3b945d787e3 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Mon, 10 Aug 2020 18:14:21 +0000 Subject: [PATCH] 3.148.1 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d591d84e00..9f480371fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.148.1 - 2020-08-10 * `Aws\EC2` - Remove CoIP Auto-Assign feature references. * `Aws\Glue` - Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow. diff --git a/src/Sdk.php b/src/Sdk.php index b0c1ce1a2c..7da9d13f61 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -455,7 +455,7 @@ */ class Sdk { - const VERSION = '3.148.0'; + const VERSION = '3.148.1'; /** @var array Arguments for creating clients */ private $args;