diff --git a/CHANGELOG.md b/CHANGELOG.md index f056dad689..0a354291e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.112.27 - 2019-10-23 * `Aws\Connect` - This release adds 4 new APIs ListQueues, ListPhoneNumbers, ListContactFlows, and ListHoursOfOperations, which can be used to programmatically list Queues, PhoneNumbers, ContactFlows, and HoursOfOperations configured for an Amazon Connect instance respectively. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html. * `Aws\Polly` - Amazon Polly adds new female voices: US Spanish - Lupe and Brazilian Portuguese - Camila; both voices are available in Standard and Neural engine. diff --git a/src/Sdk.php b/src/Sdk.php index 4b0b884784..43779ed3b5 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -387,7 +387,7 @@ */ class Sdk { - const VERSION = '3.112.26'; + const VERSION = '3.112.27'; /** @var array Arguments for creating clients */ private $args;