diff --git a/CHANGELOG.md b/CHANGELOG.md index 0454f8e2e7..93c00a14fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.82.6 - 2019-01-04 * `Aws\DeviceFarm` - "This release provides support for running Appium Node.js and Appium Ruby tests on AWS Device Farm. * `Aws\ECS` - Documentation updates for Amazon ECS tagging feature. diff --git a/src/Sdk.php b/src/Sdk.php index c868815c2d..9757c4e64e 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -341,7 +341,7 @@ */ class Sdk { - const VERSION = '3.82.5'; + const VERSION = '3.82.6'; /** @var array Arguments for creating clients */ private $args;