Skip to content

Commit 34afa06

Browse files
3.209.0 release
1 parent 66db21f commit 34afa06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.209.0 - 2022-01-06
44

55
* `Aws\` - This commit adds defaults config: an opt-in feature which allows users to specify default configuration options to be loaded from a shared file
66
* `Aws\AppSync` - AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
*/
604604
class Sdk
605605
{
606-
const VERSION = '3.208.10';
606+
const VERSION = '3.209.0';
607607

608608
/** @var array Arguments for creating clients */
609609
private $args;

0 commit comments

Comments
 (0)